Mercurial > pub > Impl
diff Lib/IMPL/Web/Handler/TTView.pm @ 235:a4d9126edcbb
code cleaning
author | sergey |
---|---|
date | Fri, 12 Oct 2012 02:08:51 +0400 |
parents | 3cebcf6fdb9b |
children | abc7c26bf615 |
line wrap: on
line diff
--- a/Lib/IMPL/Web/Handler/TTView.pm Thu Oct 11 20:11:45 2012 +0400 +++ b/Lib/IMPL/Web/Handler/TTView.pm Fri Oct 12 02:08:51 2012 +0400 @@ -38,10 +38,10 @@ my $result = $next ? $next->($action) : undef; my $vars = { - data => $result, + model => $result, action => $action, app => $action->application, - LoadFactory => sub { + ImportClass => sub { my $class = shift; my $module = $class;