X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-ui-debug.js;h=410e19532e4331a1f77378b05fe0917dd54d4408;hp=2e85cf6fd1840b3f6219fc8b5a2caf9e02226e71;hb=47bb3b5d454df077af73b205449dbd4481d22283;hpb=4cde68643f6099f11e0fc08f54bb3a6515d97edd diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 2e85cf6fd1..410e19532e 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -14775,7 +14775,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({ /**