Searched refs:oldMomentProto (Results 1 – 1 of 1) sorted by relevance
1329 var oldMomentProto = $.extend({}, newMomentProto); // copy of original moment methods1330 exports.oldMomentProto = oldMomentProto;1340 return oldMomentProto.format.call(mom, formatStr); // oldMomentProto defined in moment-ext.js1438 return oldMomentProto.isoWeek.apply(this, arguments); // ISO getter/setter1440 return oldMomentProto.week.apply(this, arguments); // local getter/setter1455 return oldMomentProto.time.apply(this, arguments);1534 oldMomentProto.local.call(this, this._ambigZone || keepLocalTime); field1543 oldMomentProto.utc.call(this, keepLocalTime); field1558 return oldMomentProto.utcOffset.apply(this, arguments);4837 return moment_ext_1.oldMomentProto.format.apply(this, arguments);[all …]