2
0
Fork 0
mirror of https://github.com/photonstorm/phaser synced 2024-12-25 12:33:38 +00:00
phaser/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>