diff options
author | Chi Cheng <cloudream@gmail.com> | 2009-08-02 08:31:54 +0000 |
---|---|---|
committer | Chi Cheng <cloudream@gmail.com> | 2009-08-02 08:31:54 +0000 |
commit | afd9c70be6ff5eaeeadb2c8a3729a0d4958ecc60 (patch) | |
tree | abae20162494caf75e9b9b961a13114c7151b0c1 /build | |
parent | 4f03ac24fd67c8e049cb93d49825212e5e501d90 (diff) | |
download | jquery-ui-afd9c70be6ff5eaeeadb2c8a3729a0d4958ecc60.tar.gz jquery-ui-afd9c70be6ff5eaeeadb2c8a3729a0d4958ecc60.zip |
Build: download document for Position and Stackfix
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index e35190b44..daa0c077d 100644 --- a/build/build.xml +++ b/build/build.xml @@ -205,6 +205,9 @@ <get src="${url}Slider" dest="${docs.dir}slider.html" /> <get src="${url}Tabs" dest="${docs.dir}tabs.html" /> + <get src="http://docs.jquery.com/action/render/UI/Utility/Position" dest="${docs.dir}position.html" /> + <get src="http://docs.jquery.com/action/render/UI/Utility/Stackfix" dest="${docs.dir}stackfix.html" /> + <get src="http://docs.jquery.com/action/render/UI/Effects/animate" dest="${docs.dir}animate.html" /> <get src="http://docs.jquery.com/action/render/UI/Effects/addClass" dest="${docs.dir}addClass.html" /> <get src="http://docs.jquery.com/action/render/UI/Effects/effect" dest="${docs.dir}effect.html" /> |