Searched refs:lastAutosave (Results 1 – 4 of 4) sorted by relevance
108 DrawioFile.prototype.lastAutosave = null; method in DrawioFile2138 if (this.lastAutosave == null)2140 this.lastAutosave = Date.now();2143 var tmp = (Date.now() - this.lastAutosave < maxDelay) ? delay : 0;2149 this.lastAutosave = null;
3016 …lay=300;DrawioFile.prototype.autosaveThread=null;DrawioFile.prototype.lastAutosave=null;DrawioFile…3077 …lastAutosave&&(this.lastAutosave=Date.now());b=Date.now()-this.lastAutosave<c?b:0;this.clearAutosa…
9976 …lay=300;DrawioFile.prototype.autosaveThread=null;DrawioFile.prototype.lastAutosave=null;DrawioFile…10037 …lastAutosave&&(this.lastAutosave=Date.now());b=Date.now()-this.lastAutosave<e?b:0;this.clearAutosa…