Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js14010 var loadedLibs = {};
14023 loadedLibs[libDesc[0]] = { class in EditorUi.showRemotelyStoredLibrary
14048 if (loadedLibs[lib.id])
14053 var libCheck = this.addCheckbox(libsSection, lib.title, loadedLibs[lib.id]);
14092 if (loadedLibs[id] != null) continue; //already loaded!
14123 for (var id in loadedLibs)
14127 …this.closeLibrary(new RemoteLibrary(this, null, loadedLibs[id])); //create a dummy library such th…