Viewing File: /home/nudhamca/client.nudhamcapital.co.uk/dashboard/assets/libs/moment/package.js

var profile = {
    resourceTags: {
        ignore: function(filename, mid){
            // only include moment/moment
            return mid != "moment/moment";
        },
        amd: function(filename, mid){
            return /\.js$/.test(filename);
        }
    }
};
Back to Directory