Skip to content

Commit

Permalink
doc, #764
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph authored and jonathanolson committed May 8, 2018
1 parent 87d93eb commit c89fdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accessibility/Accessibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ define( function( require ) {
* @public
*
* @param {Object} accessibleInput
* @returns {Object} - the actually added listener, so it can be removed via removeAccessibleInputListener
* @returns {Object} - the listener, so it can be easily removed via removeAccessibleInputListener
*/
addAccessibleInputListener: function( accessibleInput ) {
var listenerAlreadyAdded = ( _.indexOf( this._accessibleInputListeners, accessibleInput ) > 0 );
Expand Down

0 comments on commit c89fdc5

Please sign in to comment.