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

8 lines
115 B
JavaScript

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