From 56d2d3cd4a556fd88fd3018716a7b3f974a4e305 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 15 Feb 2015 12:19:55 +0200 Subject: add underscore, implement ctrl-click to append to selection --- src/client/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/app.js') diff --git a/src/client/app.js b/src/client/app.js index b0485090..3c5d4328 100644 --- a/src/client/app.js +++ b/src/client/app.js @@ -14,6 +14,7 @@ 'jquery-ui': lib_path + 'jquery-ui', socketio: lib_path + 'socket.io/socket.io.min_0.9.10', html2canvas: lib_path + 'html2canvas', + underscore: lib_path + 'underscore', feedback: lib_path + 'feedback', } } -- cgit v1.3.1