Home
last modified time | relevance | path

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

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13_isFollowing()?e._followee().cancel():e._cancelBranched();break}var i=t._cancellationParent;if(nul…
H A Ddhtmlxgantt.js.map1_isFollowing","_followee","_cancelBranched","_cancellationParent","_setWillBeCancelled","_branchHa…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js499 if (child._isFollowing()) {
509 if (promise._isFollowing()) {
516 if (promise._isFollowing()) promise._followee().cancel();
2985 Promise.prototype._isFollowing = function () { method in Promise
3231 while (ret._isFollowing()) ret = ret._followee();