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