Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js343 root = this.getCellForJson(cellDiff);
519 children.push({child: this.getCellForJson(ins), insert: true});
538 children.push({child: this.getCellForJson(inserted[id]), insert: true});
903 EditorUi.prototype.getCellForJson = function(json) method in EditorUi