From e4145deeb7a72ac321113fde672e1b499ecb0d2d Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 18 Nov 2015 23:50:42 +0100 Subject: some events refacturing --- library/moment/templates/amd-named.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 library/moment/templates/amd-named.js (limited to 'library/moment/templates/amd-named.js') diff --git a/library/moment/templates/amd-named.js b/library/moment/templates/amd-named.js new file mode 100644 index 000000000..761045644 --- /dev/null +++ b/library/moment/templates/amd-named.js @@ -0,0 +1,7 @@ +/*global define:false*/ + +import moment from "./moment"; + +define("moment", [], function () { + return moment; +}); -- cgit v1.2.3