Skip to content

Commit

Permalink
passes lint
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsender committed May 6, 2014
1 parent 6ae73da commit b372823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 5 additions & 2 deletions grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ module.exports = function(grunt) {
undef: true,
boss: true,
eqnull: true,
browser: true
browser: true,
node: true,
strict: false
},
globals: {
jQuery: true
jQuery: true,
define: true
}
},
uglify: {}
Expand Down
2 changes: 0 additions & 2 deletions src/backbone.routefilter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/*global Backbone:false, _: false, console: false*/

(function(factory) {
if (typeof define === 'function' && define.amd) {
define(['backbone', 'underscore'], factory);
Expand Down

0 comments on commit b372823

Please sign in to comment.