diff Lib/IMPL/Web/View/TTDocument.pm @ 285:546957c50a36

*IMPL::Web::Handler::TTView Reworked template selection mechanism *IMPL::Web::Application: refactoring -Removed obsolete IMPL::Text modules
author cin
date Mon, 18 Feb 2013 02:55:59 +0400
parents bbc0da7ef90e
children d357b5d85d25
line wrap: on
line diff
--- a/Lib/IMPL/Web/View/TTDocument.pm	Thu Feb 14 19:14:02 2013 +0400
+++ b/Lib/IMPL/Web/View/TTDocument.pm	Mon Feb 18 02:55:59 2013 +0400
@@ -57,8 +57,6 @@
         $doc->RequireControl(@_);
     });
     
-    $this->templateVars(context => $vars);
-    
     $this->templateVars(document => sub { $self } );
     $this->InitInstance($vars);
 }