add newline to scope
This commit is contained in:
parent
a90730d4bf
commit
f6c72e9ae9
@ -24,6 +24,7 @@ function Scope(block, parent) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var vars = require("jshint/src/vars");
|
var vars = require("jshint/src/vars");
|
||||||
|
|
||||||
Scope.defaultDeclarations = _.flatten([
|
Scope.defaultDeclarations = _.flatten([
|
||||||
vars.newEcmaIdentifiers,
|
vars.newEcmaIdentifiers,
|
||||||
vars.node,
|
vars.node,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user