Moved jshint config to .jshintrc

This commit is contained in:
Keivan Beigi
2015-02-03 16:56:18 -08:00
parent a7001ab322
commit 095e92c7dd
5 changed files with 36 additions and 22 deletions

View File

@@ -241,10 +241,6 @@ define(
vent.trigger(vent.Events.SeriesAdded, { series: self.model });
});
promise.fail(function () {
icon.removeClass('icon-spin icon-spinner disabled').addClass('icon-search');
});
},
_rootFoldersUpdated: function () {