mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 20:05:08 +00:00
Fixed call to Object.toJSON for Prototype JS 1.7.
Monotone-Parent: cf0e281b1ddabaa9d9d2254c68173616e13215d0 Monotone-Revision: 49b01807f1c5d14232f8021564406a02f9736a62 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-11-29T14:26:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -50,7 +50,7 @@ var MailerUIdTreeExtension = {
|
||||
expandedFolders.push(this.aNodes[n].dataname);
|
||||
}
|
||||
}
|
||||
return expandedFolders.toJSON();
|
||||
return Object.toJSON(expandedFolders);
|
||||
},
|
||||
autoSync: function() {
|
||||
this.config.useCookies = true;
|
||||
|
||||
Reference in New Issue
Block a user