summaryrefslogtreecommitdiffstats
path: root/module/web/app/scripts/views/abstract/itemView.js
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/app/scripts/views/abstract/itemView.js')
-rw-r--r--module/web/app/scripts/views/abstract/itemView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/app/scripts/views/abstract/itemView.js b/module/web/app/scripts/views/abstract/itemView.js
index 394044ec4..c37118a4c 100644
--- a/module/web/app/scripts/views/abstract/itemView.js
+++ b/module/web/app/scripts/views/abstract/itemView.js
@@ -1,4 +1,5 @@
define(['jquery', 'backbone', 'underscore'], function($, Backbone, _) {
+ 'use strict';
// A view that is meant for temporary displaying
// All events must be unbound in onDestroy