summaryrefslogtreecommitdiff
path: root/www/lib/moment/templates/globals.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/templates/globals.js')
-rw-r--r--www/lib/moment/templates/globals.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/lib/moment/templates/globals.js b/www/lib/moment/templates/globals.js
new file mode 100644
index 00000000..5ac160f1
--- /dev/null
+++ b/www/lib/moment/templates/globals.js
@@ -0,0 +1,5 @@
+/*global window:false*/
+
+import moment from "./moment";
+
+window.moment = moment;