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