diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-10 15:47:52 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-12 14:59:07 +0300 |
| commit | 0fb3f8a889c8734ef9ba8630403aeb86a203fdd5 (patch) | |
| tree | 1d831378c6584693a10601643409f23839f06a9c /src/client | |
| parent | 9aff9c0ef2a0b9218fc60b79368369e45490c503 (diff) | |
app.js: sort paths
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/app.js b/src/client/app.js index 9c3a43a3..de6029a8 100644 --- a/src/client/app.js +++ b/src/client/app.js @@ -10,16 +10,16 @@ }, paths: { autocomplete: lib_path + 'autocomplete', - caret: lib_path + 'caret', Bacon: lib_path + 'Bacon', + caret: lib_path + 'caret', + cola: lib_path + 'cola', d3: lib_path + 'd3/d3', + feedback: lib_path + 'feedback', FileSaver: lib_path + 'FileSaver', + html2canvas: lib_path + 'html2canvas', jquery: lib_path + 'jquery', socketio: lib_path + 'socket.io/socket.io.min_0.9.10', - html2canvas: lib_path + 'html2canvas', underscore: lib_path + 'underscore', - feedback: lib_path + 'feedback', - cola: lib_path + 'cola', } } |
