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/accounts/accountModal.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/web/app/scripts/views/accounts/accountModal.js') diff --git a/module/web/app/scripts/views/accounts/accountModal.js b/module/web/app/scripts/views/accounts/accountModal.js index e5315c26c..6c2b226df 100644 --- a/module/web/app/scripts/views/accounts/accountModal.js +++ b/module/web/app/scripts/views/accounts/accountModal.js @@ -1,5 +1,6 @@ define(['jquery', 'underscore', 'app', 'views/abstract/modalView', 'hbs!tpl/dialogs/addAccount', 'helpers/pluginIcon', 'select2'], function($, _, App, modalView, template, pluginIcon) { + 'use strict'; return modalView.extend({ events: { @@ -47,7 +48,7 @@ define(['jquery', 'underscore', 'app', 'views/abstract/modalView', 'hbs!tpl/dial }, format: function(data) { - return ' ' + data; + return ' ' + data; }, add: function(e) { -- cgit v1.2.3