summaryrefslogtreecommitdiff
path: root/init.js
diff options
context:
space:
mode:
Diffstat (limited to 'init.js')
-rw-r--r--init.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/init.js b/init.js
new file mode 100644
index 0000000..fc45967
--- /dev/null
+++ b/init.js
@@ -0,0 +1,9 @@
+require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
+ ready(function () {
+ hash_set = function () {
+ };
+ hash_get = function () {
+ };
+ });
+});
+