diff options
Diffstat (limited to 'library/moment/templates/globals.js')
-rw-r--r-- | library/moment/templates/globals.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/library/moment/templates/globals.js b/library/moment/templates/globals.js new file mode 100644 index 000000000..5ac160f12 --- /dev/null +++ b/library/moment/templates/globals.js @@ -0,0 +1,5 @@ +/*global window:false*/ + +import moment from "./moment"; + +window.moment = moment; |