Mercurial > pub > Impl
diff _test/Resources/TTView/My/Org/TextPreview.tt @ 189:08015e2803f1
IMPL::Vew::Web - fixed memory leaks, more tests
author | cin |
---|---|
date | Wed, 04 Apr 2012 02:49:45 +0400 |
parents | |
children | 4d0e1962161c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_test/Resources/TTView/My/Org/TextPreview.tt Wed Apr 04 02:49:45 2012 +0400 @@ -0,0 +1,8 @@ +[% + BLOCK INIT; + dojo.require.push("dijit.layout.ContentPane"); + END; +%] +[% BLOCK RENDER %] + <div data-dojo-type="dijit.layout.ContentPane">$this.nodeValue</div> +[% END %] \ No newline at end of file