Remove some accidental globals.

This commit is contained in:
Alexander Ljungberg
2010-08-18 22:01:18 -04:00
parent 8fbd24c861
commit d56bc733ad
+1 -1
View File
@@ -268,7 +268,7 @@ var ItemSizes = { },
function BKLabelFromIdentifier(anIdentifier)
{
var string = anIdentifier.substr("themed".length);
var string = anIdentifier.substr("themed".length),
index = 0,
count = string.length,
label = "",