forgot to parseInt()

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5640 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-12-25 21:10:25 +00:00
parent d5b7c30001
commit ed4cd563b3

View File

@ -2165,7 +2165,7 @@ TreeStyleTabBrowser.prototype = {
indexes.push(aIndex); indexes.push(aIndex);
}, this); }, this);
var count = aId.split('::')[1]; var count = parseInt(aId.split('::')[1]);
if ( if (
!indexes.length || !indexes.length ||