diff options
Diffstat (limited to 'module/web/app/scripts/collections/ProgressList.js')
-rw-r--r-- | module/web/app/scripts/collections/ProgressList.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/module/web/app/scripts/collections/ProgressList.js b/module/web/app/scripts/collections/ProgressList.js deleted file mode 100644 index 51849d8de..000000000 --- a/module/web/app/scripts/collections/ProgressList.js +++ /dev/null @@ -1,18 +0,0 @@ -define(['jquery', 'backbone', 'underscore', 'models/Progress'], function($, Backbone, _, Progress) { - 'use strict'; - - return Backbone.Collection.extend({ - - model: Progress, - - comparator: function(progress) { - return progress.get('eta'); - }, - - initialize: function() { - - } - - }); - -});
\ No newline at end of file |