Skip to content

Commit

Permalink
fixed jshint warnings (added missing commas, removed trailing comma)
Browse files Browse the repository at this point in the history
  • Loading branch information
xinsight committed Apr 23, 2013
1 parent 54aaecb commit d0fdfa9
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 d0fdfa9

Please sign in to comment.