Searched refs:lastAutosaveRevision (Results 1 – 6 of 6) sorted by relevance
158 DrawioFile.prototype.lastAutosaveRevision = null; method in DrawioFile2164 this.lastAutosaveRevision = new Date().getTime();2234 …return (this.lastAutosaveRevision == null) || (now - this.lastAutosaveRevision) > this.maxAutosave…
203 this.lastAutosaveRevision = new Date().getTime();
1427 this.lastAutosaveRevision = new Date().getTime();
3017 …rawioFile.prototype.changeListenerEnabled=!0;DrawioFile.prototype.lastAutosaveRevision=null;Drawio… method in DrawioFile3077 …)&&this.isAutosaveNow()){var b=this.isAutosaveRevision();b&&(this.lastAutosaveRevision=(new Date).…3079 …tion(){var b=(new Date).getTime();return null==this.lastAutosaveRevision||b-this.lastAutosaveRevis…
9977 …rawioFile.prototype.changeListenerEnabled=!0;DrawioFile.prototype.lastAutosaveRevision=null;Drawio… method in DrawioFile10037 …)&&this.isAutosaveNow()){var b=this.isAutosaveRevision();b&&(this.lastAutosaveRevision=(new Date).…10039 …tion(){var b=(new Date).getTime();return null==this.lastAutosaveRevision||b-this.lastAutosaveRevis…