Bug 1356569 - Remove appendElement's last parameter when it is false, r=jaws.
This commit is contained in:
@@ -703,7 +703,7 @@ this.LoginHelper = {
|
||||
dataObject = Cc["@mozilla.org/array;1"].
|
||||
createInstance(Ci.nsIMutableArray);
|
||||
for (let i = 0; i < data.length; i++) {
|
||||
dataObject.appendElement(data[i], false);
|
||||
dataObject.appendElement(data[i]);
|
||||
}
|
||||
} else if (typeof(data) == "string") {
|
||||
dataObject = Cc["@mozilla.org/supports-string;1"].
|
||||
|
||||
Reference in New Issue
Block a user