Its build as ES6 module, no need for the strict
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
import dom from 'dom';
|
||||
import scrollManager from 'scrollManager';
|
||||
|
||||
/* eslint-disable no-unused-expressions */
|
||||
'use strict';
|
||||
/* eslint-enable no-unused-expressions */
|
||||
|
||||
var scopes = [];
|
||||
function pushScope(elem) {
|
||||
scopes.push(elem);
|
||||
|
||||
Reference in New Issue
Block a user