Skip to content
Snippets Groups Projects

Issue #3461953 by TR: Correct spelling of autocomplete type words

Merged Tim Rohaly requested to merge issue/rules-3461953:3461953-correct-spelling-of into 4.0.x
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -54,7 +54,7 @@
}
/**
* Handles an autocompletefocus event.
* Handles an autocomplete focus event.
*
* @return {boolean}
* Always returns false.
@@ -64,10 +64,10 @@
}
/**
* Handles an autocompleteselect event.
* Handles an autocomplete select event.
*
* Restarts autocompleting when the selection ends in a dot, for nested data
* selectors.
* Restarts autocomplete process when the selection ends in a dot, for nested
* data selectors.
*
* @param {jQuery.Event} event
* The event triggered.
Loading