Searched refs:errFn (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | NotionClient.js | 73 var errFn = mxUtils.bind(this, function() 116 }), errFn, failOnAuth); 117 }), errFn, failOnAuth); 125 }), errFn);
|
H A D | DriveClient.js | 1273 DriveClient.prototype.saveFile = function(file, revision, success, errFn, noCheck, unloading, overw… argument 1282 if (errFn != null) 1284 errFn(e);
|