diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-15 12:19:55 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-15 12:19:55 +0200 |
| commit | 56d2d3cd4a556fd88fd3018716a7b3f974a4e305 (patch) | |
| tree | 14d192b53889254537bb43a477a0c7cb29d68916 /src/client/app.js | |
| parent | 4cc97d52608ceaf3efc91b63485f6aad11207bdf (diff) | |
add underscore, implement ctrl-click to append to selection
Diffstat (limited to 'src/client/app.js')
| -rw-r--r-- | src/client/app.js | 1 |
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', } } |
