Searched refs:DrawioFileSync (Results 1 – 6 of 6) sorted by relevance
7 DrawioFileSync = function(file) class125 if (msg.v > DrawioFileSync.PROTOCOL)168 DrawioFileSync.PROTOCOL = 6;171 mxUtils.extend(DrawioFileSync, mxEventSource);181 DrawioFileSync.prototype.enabled = true;191 DrawioFileSync.prototype.channelId = null;196 DrawioFileSync.prototype.channel = null;201 DrawioFileSync.prototype.catchupRetryCount = 0;231 DrawioFileSync.prototype.lastActivity = null;236 DrawioFileSync.prototype.start = function()[all …]
1221 this.sync = new DrawioFileSync(this);
169 DrawioFileSync.prototype.fileChangedNotify = function() class
3045 …romeless&&!this.ui.editor.editable||(null==this.sync&&(this.sync=new DrawioFileSync(this)),this.sy…
10005 …romeless&&!this.ui.editor.editable||(null==this.sync&&(this.sync=new DrawioFileSync(this)),this.sy…