From 0ca8d7a258e6c904709ac2297e475e499eeefe09 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 28 Mar 2019 13:12:30 -0700 Subject: [PATCH] Fixed: Mispelled DOMElement parameter in CPTextView.j --- AppKit/CPTextView/CPTextView.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPTextView/CPTextView.j b/AppKit/CPTextView/CPTextView.j index 1985411aa..e42df9447 100644 --- a/AppKit/CPTextView/CPTextView.j +++ b/AppKit/CPTextView/CPTextView.j @@ -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];