Skip to content

Commit

Permalink
jshint build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Oct 28, 2015
1 parent 0e4ca0e commit 5493d19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions config/gruntfile.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"unused": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": true
"node": true
}
1 change: 0 additions & 1 deletion test/fixed-sticky-tests.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global QUnit:false, module:false, test:false, asyncTest:false, expect:false, start:false, stop:false, ok:false, equal:false, notEqual:false, deepEqual:false, notDeepEqual:false, strictEqual:false, notStrictEqual:false, raises:false */
(function($) {

/*
Expand Down

0 comments on commit 5493d19

Please sign in to comment.