mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2026-01-25 16:08:01 +00:00
16 lines
323 B
Cheetah
16 lines
323 B
Cheetah
<?js var data = obj || {}; ?>
|
|
<?js if (data.type && data.type.names) {?>
|
|
<dl class="param-type">
|
|
<dt>
|
|
Type:
|
|
</dt>
|
|
<dd>
|
|
<?js= this.partial('type.tmpl', data.type.names) ?>
|
|
</dd>
|
|
</dl>
|
|
<?js } ?>
|
|
<?js if (data.description) { ?>
|
|
<div class="param-desc">
|
|
<?js= description ?>
|
|
</div>
|
|
<?js } ?> |