diff options
Diffstat (limited to 'library/moment/templates/amd.js')
-rw-r--r-- | library/moment/templates/amd.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/library/moment/templates/amd.js b/library/moment/templates/amd.js deleted file mode 100644 index 847bcefa8..000000000 --- a/library/moment/templates/amd.js +++ /dev/null @@ -1,7 +0,0 @@ -/*global define:false*/ - -import moment from "./moment"; - -define([], function () { - return moment; -}); |