Mercurial > pub > Impl
comparison Lib/IMPL/Web/View/TTDocument.pm @ 263:0f59b2de72af
*fixed IMPL::DOM::Schema circular module references
*modified IMPL::Object::Singleton, added auto-activation
*code cleanups, docs
author | sergey |
---|---|
date | Wed, 09 Jan 2013 05:17:44 +0400 |
parents | 7c517134c42f |
children | bbc0da7ef90e |
comparison
equal
deleted
inserted
replaced
262:4ac39b9e2ca4 | 263:0f59b2de72af |
---|---|
92 # $opts->{STASH} = $this->stash->clone(); | 92 # $opts->{STASH} = $this->stash->clone(); |
93 | 93 |
94 my $ctx = new Template::Context($opts); | 94 my $ctx = new Template::Context($opts); |
95 | 95 |
96 $factory = new IMPL::Web::View::TTFactory( | 96 $factory = new IMPL::Web::View::TTFactory( |
97 $template->class || typeof IMPL::Web::View::TTControl, | 97 $template->class || TTControl, |
98 $template, | 98 $template, |
99 $ctx, | 99 $ctx, |
100 $opts | 100 $opts |
101 ); | 101 ); |
102 | 102 |