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:
piro 2010-09-13 10:22:02 +00:00
parent c81d5f00f7
commit 5de52365d3

View File

@ -799,7 +799,7 @@ var TreeStyleTabUtils = {
}); });
if (aValue) { if (aValue) {
expected[aAttr] = aValue; expected[aAttr] = String(aValue);
aElem.setAttribute(aAttr, aValue); aElem.setAttribute(aAttr, aValue);
} }
else { else {