mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Moved JSHint directives to .jshintrc file
Closes gh-1595
This commit is contained in:
parent
4287442ab8
commit
15a609f766
@ -20,6 +20,7 @@
|
||||
"globals": {
|
||||
"jQuery": true,
|
||||
"define": true,
|
||||
"module": true
|
||||
"module": true,
|
||||
"noGlobal": true
|
||||
}
|
||||
}
|
||||
|
@ -2,9 +2,6 @@ define([
|
||||
"../core"
|
||||
], function( jQuery ) {
|
||||
|
||||
/* exported noGlobal */
|
||||
/* global noGlobal: false */
|
||||
|
||||
var
|
||||
// Map over jQuery in case of overwrite
|
||||
_jQuery = window.jQuery,
|
||||
|
Loading…
Reference in New Issue
Block a user