From cb69f0025f257c28ac3be39c4269373a9fa74002 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Wed, 21 Oct 2015 19:08:44 -0400 Subject: All: Fix manifest issues for categories and CSS dependencies Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder. --- ui/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/widget.js') diff --git a/ui/widget.js b/ui/widget.js index 1542cc88b..e38c0c871 100644 --- a/ui/widget.js +++ b/ui/widget.js @@ -8,7 +8,7 @@ */ //>>label: Widget -//>>group: UI Core +//>>group: Core //>>description: Provides a factory for creating stateful widgets with a common API. //>>docs: http://api.jqueryui.com/jQuery.widget/ //>>demos: http://jqueryui.com/widget/ -- cgit v1.2.3