Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js1601 App.prototype.saveLibrary = function(name, images, file, mode, noSpin, noReload, fn) argument
1605 noReload = (noReload != null) ? noReload : false;
1641 if (!noReload)
H A DApp.js4219 App.prototype.saveLibrary = function(name, images, file, mode, noSpin, noReload, fn) argument
4225 noReload = (noReload != null) ? noReload : false;
4353 if (!noReload)
H A DEditorUi.js2962 EditorUi.prototype.saveLibrary = function(name, images, file, mode, noSpin, noReload, fn) { }; argument