diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-10-23 09:25:15 -0400 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-10-23 09:25:15 -0400 |
commit | 800d76ac17345b6016f3d067b41a757ebd2c9bb8 (patch) | |
tree | c461fc6df7de784ecdc6275135100bfa33d6bda1 | |
parent | cb69f0025f257c28ac3be39c4269373a9fa74002 (diff) | |
download | jquery-ui-800d76ac17345b6016f3d067b41a757ebd2c9bb8.tar.gz jquery-ui-800d76ac17345b6016f3d067b41a757ebd2c9bb8.zip |
Core: Remove header and manifest
This file is deprecated and should not be included, by default, in
builds anymore.
-rw-r--r-- | ui/core.js | 15 |
1 files changed, 0 insertions, 15 deletions
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( [ |