Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A DDriveFile.js598 var chan = this.ui.drive.getCustomProperty(this.desc, 'channel');
613 return this.ui.drive.getCustomProperty(this.desc, 'key');
645 return this.ui.drive.getCustomProperty(desc, 'secret');
H A DDriveClient.js956 DriveClient.prototype.getCustomProperty = function(desc, key) method in DriveClient