summaryrefslogtreecommitdiffstats
path: root/module/web/app/scripts/collections/ProgressList.js
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/app/scripts/collections/ProgressList.js')
-rw-r--r--module/web/app/scripts/collections/ProgressList.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/app/scripts/collections/ProgressList.js b/module/web/app/scripts/collections/ProgressList.js
index 1706d5f16..51849d8de 100644
--- a/module/web/app/scripts/collections/ProgressList.js
+++ b/module/web/app/scripts/collections/ProgressList.js
@@ -1,4 +1,5 @@
define(['jquery', 'backbone', 'underscore', 'models/Progress'], function($, Backbone, _, Progress) {
+ 'use strict';
return Backbone.Collection.extend({