一度無効化された項目が有効化されなくなっていた

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4987 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-08-25 01:57:44 +00:00
parent db862c40d8
commit f3df1131af

View File

@ -287,7 +287,7 @@ ScaleSet.prototype = {
}
else {
this.scale.removeAttribute('disabled');
this.labels.childNodes.forEach(function(aNode) {
this.labels.forEach(function(aNode) {
aNode.removeAttribute('disabled');
});
}