Selectors: Fix metadata

Closes gh-1663
This commit is contained in:
Scott González 2016-01-14 21:07:53 -05:00
parent ffcfb85c98
commit 6d0adb27e8
3 changed files with 3 additions and 3 deletions

View 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/

View 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/

View 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/