зеркало из https://github.com/mozilla/pjs.git
fix recursive function bug
This commit is contained in:
Родитель
beb67ee2d7
Коммит
56dfbcc926
|
@ -1036,7 +1036,7 @@ BookmarksSyncService.prototype = {
|
|||
node.QueryInterface(Ci.nsINavHistoryQueryResultNode);
|
||||
node.containerOpen = true;
|
||||
for (var i = 0; i < node.childCount; i++) {
|
||||
this._resetGUIDs(node.getChild(i));
|
||||
this._resetGUIDsInt(node.getChild(i));
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче