mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-13 14:11:27 +00:00
Fixed: Mispelled DOMElement parameter in CPTextView.j
This commit is contained in:
@@ -982,7 +982,7 @@ Sets the selection to a range of characters in response to user action.
|
||||
|
||||
|
||||
// interface to the _CPNativeInputManager
|
||||
- (void)_activateNativeInputElement:(DOMElemet)aNativeField
|
||||
- (void)_activateNativeInputElement:(DOMElement)aNativeField
|
||||
{
|
||||
var attributes = [[self typingAttributes] copy];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user