mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 17:16:03 +00:00
9 lines
226 B
Cheetah
9 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>
|