Searched refs:noReload (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | ElectronApp.js | 1601 App.prototype.saveLibrary = function(name, images, file, mode, noSpin, noReload, fn) argument 1605 noReload = (noReload != null) ? noReload : false; 1641 if (!noReload)
|
H A D | App.js | 4219 App.prototype.saveLibrary = function(name, images, file, mode, noSpin, noReload, fn) argument 4225 noReload = (noReload != null) ? noReload : false; 4353 if (!noReload)
|
H A D | EditorUi.js | 2962 EditorUi.prototype.saveLibrary = function(name, images, file, mode, noSpin, noReload, fn) { }; argument
|