diff options
Diffstat (limited to 'module/web/app/scripts/views/progressView.js')
-rw-r--r-- | module/web/app/scripts/views/progressView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/app/scripts/views/progressView.js b/module/web/app/scripts/views/progressView.js index 6b77d1ba6..3a4bb2825 100644 --- a/module/web/app/scripts/views/progressView.js +++ b/module/web/app/scripts/views/progressView.js @@ -1,6 +1,7 @@ define(['jquery', 'backbone', 'underscore', 'app', 'utils/apitypes', 'views/abstract/itemView', 'hbs!tpl/header/progress', 'helpers/pluginIcon'], function($, Backbone, _, App, Api, ItemView, template, pluginIcon) { + 'use strict'; // Renders single file item return ItemView.extend({ |