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/input/inputView.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/web/app/scripts/views/input/inputView.js') diff --git a/module/web/app/scripts/views/input/inputView.js b/module/web/app/scripts/views/input/inputView.js index f2601c3eb..1fbe5042d 100644 --- a/module/web/app/scripts/views/input/inputView.js +++ b/module/web/app/scripts/views/input/inputView.js @@ -1,4 +1,5 @@ define(['jquery', 'backbone', 'underscore'], function($, Backbone, _) { + 'use strict'; // Renders input elements return Backbone.View.extend({ @@ -29,7 +30,7 @@ define(['jquery', 'backbone', 'underscore'], function($, Backbone, _) { // this.$el.data('title', "TODO: title"); this.$el.popover({ placement: 'right', - trigger: 'hover', + trigger: 'hover' // delay: { show: 500, hide: 100 } }); } -- cgit v1.2.3