this.loaded_applet.dispose();\r
}\r
\r
- this.closePanel();\r
+ // Call the inherited close()\r
+ this.constructor.__super__.close.apply(this, arguments);\r
},\r
\r
isApplet: function () {\r
_kiwi.global.events.emit('panel:created', {panel: this});\r
},\r
\r
- closePanel: function () {\r
+ close: function () {\r
_kiwi.global.events.emit('panel:close', {panel: this});\r
\r
if (this.view) {\r
this.destroy();\r
},\r
\r
- // Alias to closePanel() for child objects to override\r
- close: function () {\r
- return this.closePanel();\r
- },\r
-\r
isChannel: function () {\r
return false;\r
},\r