diff -r e6391b76ba4c -r b408478166d3 org.symbian.tools.wrttools/libraries/core/menu.js --- a/org.symbian.tools.wrttools/libraries/core/menu.js Fri Mar 05 11:31:01 2010 -0800 +++ b/org.symbian.tools.wrttools/libraries/core/menu.js Fri Mar 05 13:44:17 2010 -0800 @@ -80,7 +80,7 @@ * The onShow property of the menu object is an event handler * for the event of when the options menu is open. */ -Menu.prototype.onShow = new Object(); +Menu.prototype.onShow = new Function(); /** @@ -111,4 +111,4 @@ /** * Event handler for the event when the menu item is selected. */ -MenuItem.prototype.onSelect = new Object(); \ No newline at end of file +MenuItem.prototype.onSelect = new Function(); \ No newline at end of file