We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f03ac2 commit afd9c70Copy full SHA for afd9c70
build/build.xml
@@ -205,6 +205,9 @@
205
<get src="${url}Slider" dest="${docs.dir}slider.html" />
206
<get src="${url}Tabs" dest="${docs.dir}tabs.html" />
207
208
+ <get src="http://docs.jquery.com/action/render/UI/Utility/Position" dest="${docs.dir}position.html" />
209
+ <get src="http://docs.jquery.com/action/render/UI/Utility/Stackfix" dest="${docs.dir}stackfix.html" />
210
+
211
<get src="http://docs.jquery.com/action/render/UI/Effects/animate" dest="${docs.dir}animate.html" />
212
<get src="http://docs.jquery.com/action/render/UI/Effects/addClass" dest="${docs.dir}addClass.html" />
213
<get src="http://docs.jquery.com/action/render/UI/Effects/effect" dest="${docs.dir}effect.html" />
0 commit comments