Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js25 DropboxClient.prototype.appPath = '/drawio/'; method in DropboxClient
787 var tmp = files[0].link.indexOf(this.appPath);
792 var rel = decodeURIComponent(files[0].link.substring(tmp + this.appPath.length - 1));
914 var tmp = files[0].link.indexOf(this.appPath);
919 var rel = decodeURIComponent(files[0].link.substring(tmp + this.appPath.length - 1));