Tone.js/build/doc_config/template/tmpl/source.tmpl

9 lines
234 B
Cheetah
Raw Normal View History

<?js
var data = obj;
?>
<section>
<article>
<pre class="sunlight-highlight-javascript <?js= this.navOptions.linenums ? 'linenums' : '' ?>"><?js= data.code ?></pre>
</article>
</section>