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/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/core.js') diff --git a/ui/core.js b/ui/core.js index 8737993d9..9371976b4 100644 --- a/ui/core.js +++ b/ui/core.js @@ -9,7 +9,7 @@ */ //>>label: Core -//>>group: UI Core +//>>group: Core //>>description: The core of jQuery UI, required for all interactions and widgets. //>>docs: http://api.jqueryui.com/category/ui-core/ -- cgit v1.2.3 From 800d76ac17345b6016f3d067b41a757ebd2c9bb8 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Fri, 23 Oct 2015 09:25:15 -0400 Subject: Core: Remove header and manifest This file is deprecated and should not be included, by default, in builds anymore. --- ui/core.js | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'ui/core.js') diff --git a/ui/core.js b/ui/core.js index 9371976b4..2cccd0bd8 100644 --- a/ui/core.js +++ b/ui/core.js @@ -1,18 +1,3 @@ -/*! - * jQuery UI Core @VERSION - * http://jqueryui.com - * - * Copyright jQuery Foundation and other contributors - * Released under the MIT license. - * http://jquery.org/license - * - */ - -//>>label: Core -//>>group: Core -//>>description: The core of jQuery UI, required for all interactions and widgets. -//>>docs: http://api.jqueryui.com/category/ui-core/ - // This file is deprecated in 1.12.0 to be removed in 1.13 ( function() { define( [ -- cgit v1.2.3