Skip to content

Commit

Permalink
Merge pull request #535 from LeonFedotov/patch-1
Browse files Browse the repository at this point in the history
backbone: fixing jshint globals comment
  • Loading branch information
passy committed Apr 15, 2013
2 parents 6cdef54 + 78195d3 commit 1eaa7ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion architecture-examples/backbone/js/views/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*global Backbone _ $ ENTER_KEY */
/*global Backbone, _, $, ENTER_KEY, */
/*jshint unused:false */
var app = app || {};

(function ($) {
Expand Down

0 comments on commit 1eaa7ac

Please sign in to comment.