From be58dcf708bcb8ba087d0979515afd0673554ff8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 5 Jul 2012 14:17:56 -0400 Subject: [PATCH] Menu: Added missing position dependency to header comment. --- ui/jquery.ui.menu.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/jquery.ui.menu.js b/ui/jquery.ui.menu.js index 2a4c0b540..758676199 100644 --- a/ui/jquery.ui.menu.js +++ b/ui/jquery.ui.menu.js @@ -11,6 +11,7 @@ * Depends: * jquery.ui.core.js * jquery.ui.widget.js + * jquery.ui.position.js */ (function( $, undefined ) { -- 2.39.5