diff Lib/IMPL/Web/View/TTControl.pm @ 192:a9faf883cdce

IMPL::Web::View refactoring
author cin
date Fri, 06 Apr 2012 16:22:38 +0400
parents 78a18a2b6266
children 4d0e1962161c
line wrap: on
line diff
--- a/Lib/IMPL/Web/View/TTControl.pm	Thu Apr 05 17:51:51 2012 +0400
+++ b/Lib/IMPL/Web/View/TTControl.pm	Fri Apr 06 16:22:38 2012 +0400
@@ -40,7 +40,7 @@
 	weaken($this); # prevent cyclic references produces by the code below
 	
 	$context->stash->set('append', sub { $this->appendChild(@_); undef; } );
-	$context->stash->set('select', sub { $this->selectNodes(@_) } );
+	$context->stash->set('select', sub { $this->selectNodes(@_); } );
 	
 }