summaryrefslogtreecommitdiff
path: root/src/app.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-11-29 22:04:46 +0200
committerAlon Levy <alon@pobox.com>2014-11-29 22:33:44 +0200
commit372aac3fafedbd517cf26501ef70015f47feb7f9 (patch)
treeeb3f27b04e99f19feb23402153053a76136f20f0 /src/app.js
parent897dd1f5bcde6e78999ab8c3834464ebf56db2e5 (diff)
add Bacon library (used later, split for easier review)
Diffstat (limited to 'src/app.js')
-rw-r--r--src/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.js b/src/app.js
index db2b87ab..39acdde7 100644
--- a/src/app.js
+++ b/src/app.js
@@ -8,6 +8,7 @@
FileSaver: lib_path + 'FileSaver',
caret: lib_path + 'caret',
autocomplete: lib_path + 'autocomplete',
+ Bacon: lib_path + 'Bacon',
}
}