summaryrefslogtreecommitdiffstats
path: root/module/web/app/scripts/views/dashboard/selectionView.js
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/app/scripts/views/dashboard/selectionView.js')
-rw-r--r--module/web/app/scripts/views/dashboard/selectionView.js2
1 files changed, 1 insertions, 1 deletions
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();
},