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": { "globals": {
"jQuery": true, "jQuery": true,
"define": true, "define": true,
"module": true "module": true,
"noGlobal": true
} }
} }

View File

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