Searched refs:didReject (Results 1 – 2 of 2) sorted by relevance
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 2815 Promise.prototype.then = function (didFulfill, didReject) { argument 2818 typeof didReject !== "function") { 2822 msg += ", " + util.classString(didReject); 2826 return this._then(didFulfill, didReject, undefined, undefined, undefined); 2829 Promise.prototype.done = function (didFulfill, didReject) { argument 2831 this._then(didFulfill, didReject, undefined, undefined, undefined); 2922 didReject, argument 2953 handler = didReject; 2959 handler = didReject; 2971 target._addCallbacks(didFulfill, didReject, promise, receiver, domain);
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …didReject","_setIsFinal","toJSON","fulfillmentValue","rejectionReason","originatesFromRejection","…
|