aboutsummaryrefslogtreecommitdiffstats
path: root/ui/core.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-10-30 15:55:08 -0400
committerScott González <scott.gonzalez@gmail.com>2014-11-10 13:19:03 -0500
commitb5f1ffdea4c3c4b41936e56d4cb23ca8acb2aaa8 (patch)
tree549f0cfc1e6996e9f88feca44df29a937ff9287c /ui/core.js
parent347b2a5ecd02933c191a13596a5849960f8f4ad2 (diff)
downloadjquery-ui-b5f1ffdea4c3c4b41936e56d4cb23ca8acb2aaa8.tar.gz
jquery-ui-b5f1ffdea4c3c4b41936e56d4cb23ca8acb2aaa8.zip
Build: Remove manifest files; move metadata to source files
Closes gh-1379
Diffstat (limited to 'ui/core.js')
-rw-r--r--ui/core.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/ui/core.js b/ui/core.js
index 5e5f6d574..a6f7d6548 100644
--- a/ui/core.js
+++ b/ui/core.js
@@ -6,8 +6,14 @@
* Released under the MIT license.
* http://jquery.org/license
*
- * http://api.jqueryui.com/category/ui-core/
*/
+
+//>>label: Core
+//>>group: UI Core
+//>>description: The core of jQuery UI, required for all interactions and widgets.
+//>>docs: http://api.jqueryui.com/category/ui-core/
+//>>demos: http://jqueryui.com/
+
(function( factory ) {
if ( typeof define === "function" && define.amd ) {