From ecfef4a560dece9dd911017efdfc63fcc04bedfc Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 9 Jun 2013 16:08:59 +0200 Subject: adapted to jshint config --- module/web/app/scripts/views/settings/pluginChooserModal.js | 1 + 1 file changed, 1 insertion(+) (limited to 'module/web/app/scripts/views/settings/pluginChooserModal.js') diff --git a/module/web/app/scripts/views/settings/pluginChooserModal.js b/module/web/app/scripts/views/settings/pluginChooserModal.js index c604452e6..91e9f11b3 100644 --- a/module/web/app/scripts/views/settings/pluginChooserModal.js +++ b/module/web/app/scripts/views/settings/pluginChooserModal.js @@ -1,6 +1,7 @@ define(['jquery', 'underscore', 'app', 'views/abstract/modalView', 'hbs!tpl/dialogs/addPluginConfig', 'helpers/pluginIcon', 'select2'], function($, _, App, modalView, template, pluginIcon) { + 'use strict'; return modalView.extend({ events: { -- cgit v1.2.3