X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;h=0c1a5eb07251ab8bdfa000a4e67ef8a9a626e939;hp=946812b3026e463d9e6233b0928a9a0db0da7731;hb=47bb3b5d454df077af73b205449dbd4481d22283;hpb=4cde68643f6099f11e0fc08f54bb3a6515d97edd diff --git a/roojs-debug.js b/roojs-debug.js index 946812b302..0c1a5eb072 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -37226,7 +37226,9 @@ Roo.extend(Roo.tree.ColumnTree, Roo.tree.TreePanel, { * @param {Object} config Configuration options */ Roo.menu.Menu = function(config){ - Roo.apply(this, config); + + Roo.menu.Menu.superclass.constructor.call(this, config); + this.id = this.id || Roo.id(); this.addEvents({ /**