Skip to content

Commit 650ca6e

Browse files
committed
Fix docs and constructor
1 parent 2526720 commit 650ca6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/js/src/manager/screen/choiceset/KeyboardListener.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class KeyboardListener {
4646
this._updateAutocompleteWithInput = null;
4747
this._updateCharacterSetWithInput = null;
4848
this._onKeyboardDidSendEvent = null;
49-
this._onKeyboardInputMaskHasChanged = null;
49+
this._onKeyboardDidUpdateInputMask = null;
5050
}
5151

5252
/**
@@ -100,7 +100,7 @@ class KeyboardListener {
100100
}
101101

102102
/**
103-
* Set the onKeyboardInputMaskHasChanged function.
103+
* Set the onKeyboardDidUpdateInputMask function.
104104
* @param {function} listener - A function to be invoked when the event occurs.
105105
* @returns {KeyboardListener} - A reference to this instance to allow method chaining.
106106
*/
@@ -175,7 +175,7 @@ class KeyboardListener {
175175
}
176176

177177
/**
178-
* Safely attempts to invoke the onKeyboardInputMaskHasChanged event.
178+
* Safely attempts to invoke the onKeyboardDidUpdateInputMask event.
179179
* Implement this to be notified of all events occurring on the keyboard
180180
* @param {KeyboardEvent} event - The event that occurred
181181
*/

0 commit comments

Comments
 (0)