Roo/bootstrap/menu/Menu.js
authorEdward <edward@roojs.com>
Thu, 4 Dec 2014 10:33:18 +0000 (18:33 +0800)
committerEdward <edward@roojs.com>
Thu, 4 Dec 2014 10:33:18 +0000 (18:33 +0800)
Roo/bootstrap/menu/Menu.js

index bdd6769..61a5b50 100644 (file)
@@ -27,32 +27,31 @@ Roo.bootstrap.menu.Menu = function(config){
         /**
          * @event beforeshow
          * Fires before this menu is displayed
-         * @param {Roo.menu.Menu} this
+         * @param {Roo.bootstrap.menu.Menu} this
          */
         beforeshow : true,
         /**
          * @event beforehide
          * Fires before this menu is hidden
-         * @param {Roo.menu.Menu} this
+         * @param {Roo.bootstrap.menu.Menu} this
          */
         beforehide : true,
         /**
          * @event show
          * Fires after this menu is displayed
-         * @param {Roo.menu.Menu} this
+         * @param {Roo.bootstrap.menu.Menu} this
          */
         show : true,
         /**
          * @event hide
          * Fires after this menu is hidden
-         * @param {Roo.menu.Menu} this
+         * @param {Roo.bootstrap.menu.Menu} this
          */
         hide : true,
         /**
          * @event click
          * Fires when this menu is clicked (or when the enter key is pressed while it is active)
-         * @param {Roo.menu.Menu} this
-         * @param {Roo.menu.Item} menuItem The menu item that was clicked
+         * @param {Roo.bootstrap.menu.Menu} this
          * @param {Roo.EventObject} e
          */
         click : true