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/dashboard/selectionView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/app/scripts/views/dashboard/selectionView.js') diff --git a/module/web/app/scripts/views/dashboard/selectionView.js b/module/web/app/scripts/views/dashboard/selectionView.js index a070aa9a0..8685fd849 100644 --- a/module/web/app/scripts/views/dashboard/selectionView.js +++ b/module/web/app/scripts/views/dashboard/selectionView.js @@ -96,7 +96,7 @@ define(['jquery', 'backbone', 'underscore', 'app', 'hbs!tpl/dashboard/select'], }, pause: function() { - alert("Not implemented yet"); + alert('Not implemented yet'); this.deselect(); }, -- cgit v1.2.3