diff --git a/AppKit/CPTheme.j b/AppKit/CPTheme.j index 13640948b..499aaa8f7 100644 --- a/AppKit/CPTheme.j +++ b/AppKit/CPTheme.j @@ -531,7 +531,7 @@ function CPThemeAttributeEncode(aCoder, aThemeAttribute) function CPThemeAttributeDecode(aCoder, anAttributeName, aDefaultValue, aTheme, aClass) { - var key = "$a" + anAttributeName; + var key = "$a" + anAttributeName; if (![aCoder containsValueForKey:key]) var attribute = [[_CPThemeAttribute alloc] initWithName:anAttributeName defaultValue:aDefaultValue];