Modified:
/branches/dev/tests/visual/menu/nested.html
=======================================
--- /branches/dev/tests/visual/menu/nested.html Mon Nov 9 08:24:40 2009
+++ /branches/dev/tests/visual/menu/nested.html Mon Nov 9 09:28:08 2009
@@ -42,9 +42,9 @@
},
up: function() {
- this.hideDown();
if (!this.active.data("menuparent"))
return;
+ this.hideDown();
this.active.menu("deactivate");
this.active = this.active.data("menuparent").parent();
},