diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-09-29 16:21:58 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-09-29 16:21:58 -0400 |
commit | 90a8581fc31665933fb89bd65bc35cd4ccec481d (patch) | |
tree | 794045789336626aa83d05a67eb3fc4f806bb9b9 /build | |
parent | b0684e94ce2f29e1463069e225fe37a4e9c14db3 (diff) | |
download | jquery-ui-90a8581fc31665933fb89bd65bc35cd4ccec481d.tar.gz jquery-ui-90a8581fc31665933fb89bd65bc35cd4ccec481d.zip |
Manifest: Fixed docs URL for widget factory.
Diffstat (limited to 'build')
-rw-r--r-- | build/core.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/core.json b/build/core.json index deeb2e118..973ee7daa 100644 --- a/build/core.json +++ b/build/core.json @@ -62,6 +62,7 @@ "abstraction", "state", "factory" - ] + ], + "docs": "http://api.jqueryui.com/jQuery.widget/", } } |