initi.doc/templates/initi/tmpl/returns.tmpl

8 lines
120 B
Cheetah
Raw Normal View History

2018-09-18 12:17:34 +00:00
<?js
var data = obj || {};
if (data.description) {
?>
<div class="param-desc">
<?js= description ?>
</div>
<?js } ?>