summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-11-11 02:51:04 +0200
committerAlon Levy <alon@pobox.com>2014-11-11 14:30:09 +0200
commit05d2c42815c15c33508299c16558248cc7a8f2ae (patch)
tree1fd3e6cf4c4a3719ff869ce6163de0025844cda4 /scripts
parent4d1929936434516ee965e3dce4941e592ab14be1 (diff)
rename: external/ -> lib/
Diffstat (limited to 'scripts')
-rw-r--r--scripts/app.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/app.js b/scripts/app.js
index 7dcc457e..c5e57e39 100644
--- a/scripts/app.js
+++ b/scripts/app.js
@@ -1,13 +1,13 @@
(function() {
- var lib_path = '../';
+ var lib_path = '../lib/';
var config = {
paths: {
- jquery: lib_path + 'external/jquery',
- 'jquery-ui': lib_path + 'external/jquery-ui',
- 'd3': lib_path + 'external/d3/d3',
- FileSaver: lib_path + 'external/FileSaver',
- caret: lib_path + 'external/caret',
- autocomplete: lib_path + 'external/autocomplete',
+ jquery: lib_path + 'jquery',
+ 'jquery-ui': lib_path + 'jquery-ui',
+ 'd3': lib_path + 'd3/d3',
+ FileSaver: lib_path + 'FileSaver',
+ caret: lib_path + 'caret',
+ autocomplete: lib_path + 'autocomplete',
}
}