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