comparison _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
comparison
equal deleted inserted replaced
188:029c9610528c 189:08015e2803f1
1 [%
2 BLOCK INIT;
3 dojo.require.push("dijit.layout.ContentPane");
4 END;
5 %]
6 [% BLOCK RENDER %]
7 <div data-dojo-type="dijit.layout.ContentPane">$this.nodeValue</div>
8 [% END %]