Skip to content

Commit

Permalink
fixing globals comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonFedotov committed Apr 15, 2013
1 parent 6cdef54 commit 78195d3
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 78195d3

Please sign in to comment.