Skip to content

Commit 46e1ce3

Browse files
leomcelroyactions-user
authored andcommitted
Prettified Code!
1 parent 1ee9234 commit 46e1ce3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

view.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -457,19 +457,23 @@ obj.hasTag("tag-name")
457457
<b>Playing Tunes</b>
458458
<br /><br />
459459
To play a tune once:
460-
<pre>playTune(tune_asset_name);
460+
<pre>
461+
playTune(tune_asset_name);
461462
462463
// or play multiple toons
463464
464465
playTune(tune_0, tune_1, tune_2);
465-
</pre>
466+
</pre
467+
>
466468
To play a tune on repeat:
467-
<pre>loopTune(tune_asset_name);
469+
<pre>
470+
loopTune(tune_asset_name);
468471
469472
// or loop multiple toons
470473
471474
loopTune(tune_0, tune_1, tune_2);
472-
</pre>
475+
</pre
476+
>
473477
To stop a tune on repeat:
474478
<pre>
475479
const tuneToStop = loopTune(tune_asset_name);

0 commit comments

Comments
 (0)