Commit e89cbb49 authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #542 from xinsight/fix-jshint-error

backbone: fixed jshint warnings
parents 54aaecb6 d0fdfa9a
/*global Backbone, _, $, ENTER_KEY, */
/*jshint unused:false */
/*global Backbone, jQuery, _, ENTER_KEY */
var app = app || {};
(function ($) {
......
/*global Backbone _ $ ENTER_KEY */
/*global Backbone, jQuery, _, ENTER_KEY */
var app = app || {};
(function ($) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment