phaser/v2/resources/docstrap-master/template/tmpl/source.tmpl
2016-11-23 00:17:46 +00:00

8 lines
226 B
Cheetah
Executable file

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