typo
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5568 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
1a81ebed90
commit
89e7ea0a51
@ -104,7 +104,7 @@ var TreeStyleTabBookmarksService = {
|
|||||||
var treeStructure = aIDs.map(function(aId, aIndex) {
|
var treeStructure = aIDs.map(function(aId, aIndex) {
|
||||||
let id = this.getParentItem(aId);
|
let id = this.getParentItem(aId);
|
||||||
let index = aIDs.indexOf(id);
|
let index = aIDs.indexOf(id);
|
||||||
return index > aIndex ? aDefaultParent : index ;
|
return index > aIndex ? aDefaultParentID : index ;
|
||||||
}, this);
|
}, this);
|
||||||
|
|
||||||
/* Correct patterns like:
|
/* Correct patterns like:
|
||||||
|
Loading…
Reference in New Issue
Block a user