1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur-scaffold.git synced 2024-04-24 13:09:22 +03:00

Simplify undum.begin line

This commit is contained in:
Bruno Dias 2015-04-15 06:03:21 -03:00
parent 652f1247c3
commit b4ab62b9a4

View file

@ -73,4 +73,4 @@ undum.game.init = (character, system) ->
# Get the party started when the DOM is ready.
$(-> undum.begin())
$(undum.begin)