diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-07-16 15:29:13 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-07-16 15:29:13 -0400 |
commit | 99c4dde13059ee8ba6cd4ea18ec121a631896496 (patch) | |
tree | 2a850b74b919af25734333c84f2963b2ed3ba4e3 /build/tasks | |
parent | c484bc093bf69c23aed79cb951c8898aaec8331f (diff) | |
download | jquery-ui-99c4dde13059ee8ba6cd4ea18ec121a631896496.tar.gz jquery-ui-99c4dde13059ee8ba6cd4ea18ec121a631896496.zip |
Manifests: Update URLs for core files.
Diffstat (limited to 'build/tasks')
-rw-r--r-- | build/tasks/build.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/tasks/build.js b/build/tasks/build.js index 9608bdfff..b746ad712 100644 --- a/build/tasks/build.js +++ b/build/tasks/build.js @@ -4,7 +4,6 @@ var path = require( "path" ); grunt.registerTask( "manifest", "Generate jquery.json manifest files", function() { var pkg = grunt.config( "pkg" ), - // TODO: URLs for UI core and effects core base = { core: { name: "ui.{plugin}", |