diff options
Diffstat (limited to 'module/web/app/scripts/views/dashboard/packageView.js')
-rw-r--r-- | module/web/app/scripts/views/dashboard/packageView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/app/scripts/views/dashboard/packageView.js b/module/web/app/scripts/views/dashboard/packageView.js index 6e09cbb96..2738fcbea 100644 --- a/module/web/app/scripts/views/dashboard/packageView.js +++ b/module/web/app/scripts/views/dashboard/packageView.js @@ -1,5 +1,6 @@ define(['jquery', 'app', 'views/abstract/itemView', 'underscore', 'hbs!tpl/dashboard/package'], function($, App, itemView, _, template) { + 'use strict'; // Renders a single package item return itemView.extend({ |