]> source.dussan.org Git - jquery-ui.git/commitdiff
Selectors: Fix metadata
authorScott González <scott.gonzalez@gmail.com>
Fri, 15 Jan 2016 02:07:53 +0000 (21:07 -0500)
committerScott González <scott.gonzalez@gmail.com>
Fri, 15 Jan 2016 15:26:50 +0000 (10:26 -0500)
Closes gh-1663

ui/data.js
ui/focusable.js
ui/tabbable.js

index f76098d8c0bb349e644b6b72daf4bd9b8245e305..d0417b8f95006f3e3963e455a3d55462e2d51843 100644 (file)
@@ -7,7 +7,7 @@
  * http://jquery.org/license
  */
 
-//>>label: :data
+//>>label: :data Selector
 //>>group: Core
 //>>description: Selects elements which have data stored under the specified key.
 //>>docs: http://api.jqueryui.com/data-selector/
index 6b7a0b1f163e34ad5ea96811f158e6bd8f42d4ac..b8355b96c9846a65b76b0f1707672e63f5542bf1 100644 (file)
@@ -7,7 +7,7 @@
  * http://jquery.org/license
  */
 
-//>>label: focusable
+//>>label: :focusable Selector
 //>>group: Core
 //>>description: Selects elements which can be focused.
 //>>docs: http://api.jqueryui.com/focusable-selector/
index 86bebb77b937bac748ceba1c4eee1a50b8d40dbf..3baa641ce868766bb4a68b4570bdf2a35331710c 100644 (file)
@@ -7,7 +7,7 @@
  * http://jquery.org/license
  */
 
-//>>label: focusable
+//>>label: :tabbable Selector
 //>>group: Core
 //>>description: Selects elements which can be tabbed to.
 //>>docs: http://api.jqueryui.com/tabbable-selector/