Home
last modified time | relevance | path

Searched refs:oldMomentProto (Results 1 – 1 of 1) sorted by relevance

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1329 var oldMomentProto = $.extend({}, newMomentProto); // copy of original moment methods
1330 exports.oldMomentProto = oldMomentProto;
1340 return oldMomentProto.format.call(mom, formatStr); // oldMomentProto defined in moment-ext.js
1438 return oldMomentProto.isoWeek.apply(this, arguments); // ISO getter/setter
1440 return oldMomentProto.week.apply(this, arguments); // local getter/setter
1455 return oldMomentProto.time.apply(this, arguments);
1534 oldMomentProto.local.call(this, this._ambigZone || keepLocalTime); field
1543 oldMomentProto.utc.call(this, keepLocalTime); field
1558 return oldMomentProto.utcOffset.apply(this, arguments);
4837 return moment_ext_1.oldMomentProto.format.apply(this, arguments);
[all …]