follow-up to bug 373504 (r=mano)
git-svn-id: svn://10.0.0.236/trunk@222664 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d23681e4b8
commit
42a045dee5
@ -1626,7 +1626,7 @@ PlacesAggregateTransaction.prototype = {
|
||||
* array of transactions for items to be created under the new folder.
|
||||
*/
|
||||
function PlacesCreateFolderTransaction(aName, aContainer, aIndex,
|
||||
aAnnotations, aChildItemsTransaction) {
|
||||
aAnnotations, aChildItemsTransactions) {
|
||||
this._name = aName;
|
||||
this._container = aContainer;
|
||||
this._index = typeof(aIndex) == "number" ? aIndex : -1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user