File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 33 "description" : " The core of jQuery UI, required for all interactions and widgets." ,
44 "homepage" : " http://jqueryui.com/" ,
55 "demo" : " http://jqueryui.com/" ,
6- "docs" : " http://api.jqueryui.com/category/ui-core"
6+ "docs" : " http://api.jqueryui.com/category/ui-core/ "
77 },
88 "datepicker" : {
99 "description" : " Displays a calendar from an input or inline for selecting dates." ,
3030 ],
3131 "category" : " effect" ,
3232 "homepage" : " http://jqueryui.com/" ,
33- "demo" : " http://jqueryui.com/" ,
34- "docs" : " http://api.jqueryui.com/category/effects-core"
33+ "demo" : " http://jqueryui.com/effects/ " ,
34+ "docs" : " http://api.jqueryui.com/category/effects-core/ "
3535 },
3636 "position" : {
3737 "description" : " Positions elements relative to other elements." ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ var path = require( "path" );
44
55grunt . registerTask ( "manifest" , "Generate jquery.json manifest files" , function ( ) {
66 var pkg = grunt . config ( "pkg" ) ,
7- // TODO: URLs for UI core and effects core
87 base = {
98 core : {
109 name : "ui.{plugin}" ,
You can’t perform that action at this time.
0 commit comments