diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-05-30 19:07:40 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-05-30 19:07:40 -0400 |
commit | 2a27499ee4ab8076f7c342934af63ad4827f2533 (patch) | |
tree | c845b41050d19e347371f0bbec548fe8505164c3 /demos/tooltip/index.html | |
parent | ab703d75f66412a92de34de10629c365861e17ef (diff) | |
download | jquery-ui-2a27499ee4ab8076f7c342934af63ad4827f2533.tar.gz jquery-ui-2a27499ee4ab8076f7c342934af63ad4827f2533.zip |
Tooltip demos: Renamed delgation mixbag.
Diffstat (limited to 'demos/tooltip/index.html')
-rw-r--r-- | demos/tooltip/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tooltip/index.html b/demos/tooltip/index.html index 460c494e3..6e7c6836e 100644 --- a/demos/tooltip/index.html +++ b/demos/tooltip/index.html @@ -14,7 +14,7 @@ <li><a href="forms.html">Forms with tooltips</a></li> <li><a href="tracking.html">Track the mouse</a></li> <li><a href="custom-animation.html">Custom animation</a></li> - <li><a href="delegation-mixbag.html">Delegation Mixbag</a></li> + <li><a href="custom-content.html">Custom content</a></li> <li><a href="video-player.html">Video Player</a></li> </ul> </div> |