Home
last modified time | relevance | path

Searched refs:immediateRefresh (Results 1 – 2 of 2) sorted by last modified time

/plugin/diagramsnet/lib/js/
H A Dapp.min.js2972 …ll);this.pendingRefresh=window.setTimeout(mxUtils.bind(this,function(){this.immediateRefresh()}))};
2973 Format.prototype.immediateRefresh=function(){if("0px"!=this.container.style.width){this.clear();var…
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js431 this.immediateRefresh();
438 Format.prototype.immediateRefresh = function() method in Format