Fixed: Mispelled DOMElement parameter in CPTextView.j

This commit is contained in:
daniel
2019-03-28 13:12:30 -07:00
parent 85b2a9b0a0
commit 0ca8d7a258
+1 -1
View File
@@ -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];