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 3
3
"description" : " The core of jQuery UI, required for all interactions and widgets." ,
4
4
"homepage" : " http://jqueryui.com/" ,
5
5
"demo" : " http://jqueryui.com/" ,
6
- "docs" : " http://api.jqueryui.com/category/ui-core"
6
+ "docs" : " http://api.jqueryui.com/category/ui-core/ "
7
7
},
8
8
"datepicker" : {
9
9
"description" : " Displays a calendar from an input or inline for selecting dates." ,
30
30
],
31
31
"category" : " effect" ,
32
32
"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/ "
35
35
},
36
36
"position" : {
37
37
"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" );
4
4
5
5
grunt . registerTask ( "manifest" , "Generate jquery.json manifest files" , function ( ) {
6
6
var pkg = grunt . config ( "pkg" ) ,
7
- // TODO: URLs for UI core and effects core
8
7
base = {
9
8
core : {
10
9
name : "ui.{plugin}" ,
You can’t perform that action at this time.
0 commit comments