sibanu_web/public/assets/vendor/moment/package.js

12 lines
273 B
JavaScript
Raw Normal View History

2022-08-20 13:21:23 +07:00
var profile = {
resourceTags: {
ignore: function(filename, mid){
// only include moment/moment
return mid != "moment/moment";
},
amd: function(filename, mid){
return /\.js$/.test(filename);
}
}
};