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