Files
angular-timezone-selector/bower_components/moment/templates/amd.js
T
2015-06-12 18:57:31 +02:00

8 lines
105 B
JavaScript

/*global define:false*/
import moment from "./moment";
define([], function () {
return moment;
});