[svn:p5ee] r3657 - p5ee/trunk/App-Widget-JSApp/lib/App/Widget/JSApp

[email protected]
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
Author: spadkins
Date: Fri Mar 10 11:43:13 2006
New Revision: 3657

Modified:
   p5ee/trunk/App-Widget-JSApp/lib/App/Widget/JSApp/TabbedAppFrame.pm

Log:
call jsapp_init() in _init(), not html()

Modified: p5ee/trunk/App-Widget-JSApp/lib/App/Widget/JSApp/TabbedAppFrame.pm
==============================================================================
--- p5ee/trunk/App-Widget-JSApp/lib/App/Widget/JSApp/TabbedAppFrame.pm	(original)
+++ p5ee/trunk/App-Widget-JSApp/lib/App/Widget/JSApp/TabbedAppFrame.pm	Fri Mar 10 11:43:13 2006
@@ -60,11 +60,10 @@
 # OUTPUT METHODS
 ######################################################################
 
-sub html {
+sub _init {
     my $self = shift;
+    $self->SUPER::_init(@_);
     $self->init_jsapp();
-    my $html = $self->SUPER::html();
-    return($html);
 }
 
 1;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.