summaryrefslogtreecommitdiffstats
path: root/module/web/app/scripts/views/input/textInput.js
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/app/scripts/views/input/textInput.js')
-rw-r--r--module/web/app/scripts/views/input/textInput.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/app/scripts/views/input/textInput.js b/module/web/app/scripts/views/input/textInput.js
index 3a6631a0b..0eebbf91e 100644
--- a/module/web/app/scripts/views/input/textInput.js
+++ b/module/web/app/scripts/views/input/textInput.js
@@ -1,4 +1,5 @@
define(['jquery', 'backbone', 'underscore', './inputView'], function($, Backbone, _, inputView) {
+ 'use strict';
return inputView.extend({