Merge pull request #2799 from bedalton/fixed-mispelled-parameter-in-CPTextView

Fixed: Misspelled parameter in CPTextView.j
This commit is contained in:
Alexandre Wilhelm
2019-03-29 14:59:55 -07:00
committed by GitHub
+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];