Build: Moved JSHint directives to .jshintrc file

Closes gh-1595
This commit is contained in:
Chris Antaki 2014-07-25 15:23:54 -07:00 committed by Oleg Gaidarenko
parent 4287442ab8
commit 15a609f766
2 changed files with 2 additions and 4 deletions

View File

@ -20,6 +20,7 @@
"globals": {
"jQuery": true,
"define": true,
"module": true
"module": true,
"noGlobal": true
}
}

View File

@ -2,9 +2,6 @@ define([
"../core"
], function( jQuery ) {
/* exported noGlobal */
/* global noGlobal: false */
var
// Map over jQuery in case of overwrite
_jQuery = window.jQuery,