mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
Remove some accidental globals.
This commit is contained in:
@@ -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 = "",
|
||||
|
||||
Reference in New Issue
Block a user