Skip to content

Commit

Permalink
Merge pull request tastejs#542 from xinsight/fix-jshint-error
Browse files Browse the repository at this point in the history
backbone: fixed jshint warnings
  • Loading branch information
sindresorhus committed Apr 23, 2013
2 parents 54aaecb + d0fdfa9 commit e89cbb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions architecture-examples/backbone/js/views/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*global Backbone, _, $, ENTER_KEY, */
/*jshint unused:false */
/*global Backbone, jQuery, _, ENTER_KEY */
var app = app || {};

(function ($) {
Expand Down
2 changes: 1 addition & 1 deletion architecture-examples/backbone/js/views/todos.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*global Backbone _ $ ENTER_KEY */
/*global Backbone, jQuery, _, ENTER_KEY */
var app = app || {};

(function ($) {
Expand Down

0 comments on commit e89cbb4

Please sign in to comment.