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:
dietrich%mozilla.com 2007-03-30 23:16:24 +00:00
parent d23681e4b8
commit 42a045dee5

View File

@ -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;