compare as string
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7188 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
c81d5f00f7
commit
5de52365d3
@ -799,7 +799,7 @@ var TreeStyleTabUtils = {
|
||||
});
|
||||
|
||||
if (aValue) {
|
||||
expected[aAttr] = aValue;
|
||||
expected[aAttr] = String(aValue);
|
||||
aElem.setAttribute(aAttr, aValue);
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user