phaser/v2/resources/docstrap-master/template/tmpl/source.tmpl

9 lines
226 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>