mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-31 11:17:17 +00:00
(js) Fix usage of the "export" reserved word
This commit is contained in:
@@ -546,12 +546,12 @@
|
||||
};
|
||||
|
||||
/**
|
||||
* @function export
|
||||
* @function exportFolder
|
||||
* @memberof Mailbox.prototype
|
||||
* @desc Export this mailbox
|
||||
* @returns a promise of the HTTP operation
|
||||
*/
|
||||
Mailbox.prototype.export = function() {
|
||||
Mailbox.prototype.exportFolder = function() {
|
||||
return Mailbox.$$resource.download(this.id, 'exportFolder');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user