Searched refs:executePromise (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DropboxClient.js | 264 DropboxClient.prototype.executePromise = function(promiseFn, success, error) method in DropboxClient 586 this.executePromise(promiseFn, mxUtils.bind(this, function(response) 649 this.executePromise(move, success, error); 665 this.executePromise(promiseFn, thenHandler, error); 755 this.executePromise(promiseFn, success, error);
|