From: Scott González Date: Fri, 15 Jan 2016 02:07:53 +0000 (-0500) Subject: Selectors: Fix metadata X-Git-Tag: 1.12.0-rc.1~26 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6d0adb27e8031f69ec2bbbcd4532567cb3db05ff;p=jquery-ui.git Selectors: Fix metadata Closes gh-1663 --- diff --git a/ui/data.js b/ui/data.js index f76098d8c..d0417b8f9 100644 --- a/ui/data.js +++ b/ui/data.js @@ -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/ diff --git a/ui/focusable.js b/ui/focusable.js index 6b7a0b1f1..b8355b96c 100644 --- a/ui/focusable.js +++ b/ui/focusable.js @@ -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/ diff --git a/ui/tabbable.js b/ui/tabbable.js index 86bebb77b..3baa641ce 100644 --- a/ui/tabbable.js +++ b/ui/tabbable.js @@ -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/