Skip to content

Commit

Permalink
Add global as global in jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Mar 21, 2017
1 parent 1a4c109 commit 2702929
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ module.exports = function(grunt) {
console: true,
jQuery: true,
JSON: true,
module: true
module: true,
global: true
}
}
},
Expand Down

0 comments on commit 2702929

Please sign in to comment.