aboutsummaryrefslogtreecommitdiffstats
path: root/ui/autocomplete.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/autocomplete.js')
-rw-r--r--ui/autocomplete.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/autocomplete.js b/ui/autocomplete.js
index aa0e54633..319433913 100644
--- a/ui/autocomplete.js
+++ b/ui/autocomplete.js
@@ -5,9 +5,14 @@
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
- *
- * http://api.jqueryui.com/autocomplete/
*/
+
+//>>label: Autocomplete
+//>>group: Widgets
+//>>description: Lists suggested words as the user is typing.
+//>>docs: http://api.jqueryui.com/autocomplete/
+//>>demos: http://jqueryui.com/autocomplete/
+
(function( factory ) {
if ( typeof define === "function" && define.amd ) {