XPath式が壊れてた

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6424 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-03-24 15:45:19 +00:00
parent ea4d6ae68b
commit 99efb421c0

View File

@ -1275,7 +1275,7 @@ var TreeStyleTabUtils = {
}
return this.evaluateXPath(
'preceding-sibling::xul:tab[@'+this.kID+'="'++'"][1]',
'preceding-sibling::xul:tab[@'+this.kID+'="'+aTab.getAttribute(this.kPARENT)+'"][1]',
aTab,
Ci.nsIDOMXPathResult.FIRST_ORDERED_NODE_TYPE
).singleNodeValue;