diff _test/Resources/TTView/complex.tt @ 288:3a9cfea098dd

*TTView refactoring: removed RequireControl method, etc.
author sergey
date Tue, 19 Feb 2013 19:58:27 +0400
parents 2d253e6e4a88
children aeeb57a12046
line wrap: on
line diff
--- a/_test/Resources/TTView/complex.tt	Tue Feb 19 03:05:10 2013 +0400
+++ b/_test/Resources/TTView/complex.tt	Tue Feb 19 19:58:27 2013 +0400
@@ -5,7 +5,6 @@
     this.childNodes = [ TPanel.new('information', data = data ) ];
 
 %]
-
 [% FOREACH node IN this.childNodes() %]
 	<div>[% node.Render() %]</div>
 [% END %]