aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-05-11 08:24:16 -0400
committerScott González <scott.gonzalez@gmail.com>2011-05-11 08:24:16 -0400
commitbd9dfb59e934b04a42c898d24cca1dd35287bca3 (patch)
tree813d8262dce43b94f0d7f966c2e8bf6daf68be0c
parent85ac420a1e4281ee7f361e847d3cad72fa58525e (diff)
downloadjquery-ui-bd9dfb59e934b04a42c898d24cca1dd35287bca3.tar.gz
jquery-ui-bd9dfb59e934b04a42c898d24cca1dd35287bca3.zip
Autocomplete scrollable demo: Added missing menu dependency.
-rw-r--r--demos/autocomplete/maxheight.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/autocomplete/maxheight.html b/demos/autocomplete/maxheight.html
index fc0b4840c..c4f9769c3 100644
--- a/demos/autocomplete/maxheight.html
+++ b/demos/autocomplete/maxheight.html
@@ -8,6 +8,7 @@
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.position.js"></script>
+ <script src="../../ui/jquery.ui.menu.js"></script>
<script src="../../ui/jquery.ui.autocomplete.js"></script>
<link rel="stylesheet" href="../demos.css">
<style>