File tree 1 file changed +3
-3
lines changed
lib/js/src/manager/screen/choiceset
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class KeyboardListener {
46
46
this . _updateAutocompleteWithInput = null ;
47
47
this . _updateCharacterSetWithInput = null ;
48
48
this . _onKeyboardDidSendEvent = null ;
49
- this . _onKeyboardInputMaskHasChanged = null ;
49
+ this . _onKeyboardDidUpdateInputMask = null ;
50
50
}
51
51
52
52
/**
@@ -100,7 +100,7 @@ class KeyboardListener {
100
100
}
101
101
102
102
/**
103
- * Set the onKeyboardInputMaskHasChanged function.
103
+ * Set the onKeyboardDidUpdateInputMask function.
104
104
* @param {function } listener - A function to be invoked when the event occurs.
105
105
* @returns {KeyboardListener } - A reference to this instance to allow method chaining.
106
106
*/
@@ -175,7 +175,7 @@ class KeyboardListener {
175
175
}
176
176
177
177
/**
178
- * Safely attempts to invoke the onKeyboardInputMaskHasChanged event.
178
+ * Safely attempts to invoke the onKeyboardDidUpdateInputMask event.
179
179
* Implement this to be notified of all events occurring on the keyboard
180
180
* @param {KeyboardEvent } event - The event that occurred
181
181
*/
You can’t perform that action at this time.
0 commit comments