add newline to scope

This commit is contained in:
Sebastian McKenzie 2015-01-11 22:15:33 +11:00
parent a90730d4bf
commit f6c72e9ae9

View File

@ -24,6 +24,7 @@ function Scope(block, parent) {
}
var vars = require("jshint/src/vars");
Scope.defaultDeclarations = _.flatten([
vars.newEcmaIdentifiers,
vars.node,