Skip to content

Commit

Permalink
make jshint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 22, 2012
1 parent d7c1dac commit 26a1e21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions grunt.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
// JS Hint options
var JSHINT_BROWSER = {
browser: true,
es5: true
es5: true,
strict: false
};

var JSHINT_NODE = {
node: true,
es5: true
es5: true,
strict: false
};

module.exports = function(grunt) {
Expand Down

0 comments on commit 26a1e21

Please sign in to comment.