style guide fix

This commit is contained in:
Ross Boucher
2008-10-09 23:19:00 -07:00
parent c2b1130e23
commit 5404b0bbfa
-2
View File
@@ -461,9 +461,7 @@ var _CPTextFieldSquareBezelColor = nil;
displayString += aValue;
if ([[self window] firstResponder] == self)
{
[[self class] _inputElement].value = displayString;
}
else
{
if (CPFeatureIsCompatible(CPJavascriptInnerTextFeature))