phaser/resources/docstrap-master/template/tmpl/source.tmpl
2014-11-25 00:24:29 +00:00

8 lines
226 B
Cheetah

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