From 828a6934a68ed883877c8d20e51d77b5e72103b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 14 Jan 2016 21:07:53 -0500 Subject: [PATCH] Selectors: Fix metadata --- ui/data.js | 2 +- ui/focusable.js | 2 +- ui/tabbable.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/data.js b/ui/data.js index f76098d8c0b..d0417b8f950 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 6b7a0b1f163..b8355b96c98 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 86bebb77b93..3baa641ce86 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/