summaryrefslogtreecommitdiff
path: root/init.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-05 09:54:28 +0300
committerAndrew Dolgov <[email protected]>2021-03-05 09:54:28 +0300
commit573fbe93ffb03d07c91c00aebcb91ec3932cbc1b (patch)
tree4b3c57394a576ab14263627e0672e32a691714f1 /init.js
initial
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 () {
+ };
+ });
+});
+