Home
last modified time | relevance | path

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

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13_getNullIfUndefined:function(t){return void 0===t?null:t},getFirst:function(){return this._getNull…
H A Ddhtmlxgantt.js.map1_getNullIfUndefined","getFirst","getLast","getNext","getPrev","_task_default_render","_isAllowedUn…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js9875 _getNullIfUndefined: function(value){ method in DataStore
9883 return this._getNullIfUndefined(this.visibleOrder[0]);
9886 return this._getNullIfUndefined(this.visibleOrder[this.visibleOrder.length-1]);
9889 return this._getNullIfUndefined(this.visibleOrder[this.getIndexById(id) + 1]);
9892 return this._getNullIfUndefined(this.visibleOrder[this.getIndexById(id) - 1]);