summaryrefslogtreecommitdiff
path: root/www/lib/moment/templates/amd-named.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/templates/amd-named.js')
-rw-r--r--www/lib/moment/templates/amd-named.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/www/lib/moment/templates/amd-named.js b/www/lib/moment/templates/amd-named.js
deleted file mode 100644
index 76104564..00000000
--- a/www/lib/moment/templates/amd-named.js
+++ /dev/null
@@ -1,7 +0,0 @@
-/*global define:false*/
-
-import moment from "./moment";
-
-define("moment", [], function () {
- return moment;
-});