phaser/2.7.0/resources/docstrap-master/template/tmpl/source.tmpl
2016-11-22 01:36:56 +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>