summaryrefslogtreecommitdiff
path: root/src/client/app.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-02-15 12:19:55 +0200
committerAlon Levy <alon@pobox.com>2015-02-15 12:19:55 +0200
commit56d2d3cd4a556fd88fd3018716a7b3f974a4e305 (patch)
tree14d192b53889254537bb43a477a0c7cb29d68916 /src/client/app.js
parent4cc97d52608ceaf3efc91b63485f6aad11207bdf (diff)
add underscore, implement ctrl-click to append to selection
Diffstat (limited to 'src/client/app.js')
-rw-r--r--src/client/app.js1
1 files changed, 1 insertions, 0 deletions
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',
}
}