Skip to content

Commit

Permalink
style guide fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Boucher committed Oct 10, 2008
1 parent c2b1130 commit 5404b0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions AppKit/CPTextField.j
Expand Up @@ -461,9 +461,7 @@ var _CPTextFieldSquareBezelColor = nil;
displayString += aValue;

if ([[self window] firstResponder] == self)
{
[[self class] _inputElement].value = displayString;
}
else
{
if (CPFeatureIsCompatible(CPJavascriptInnerTextFeature))
Expand Down

0 comments on commit 5404b0b

Please sign in to comment.