Commit d0fdfa9a authored by Jason Moore's avatar Jason Moore

fixed jshint warnings (added missing commas, removed trailing comma)

parent 54aaecb6
/*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