Add newlines

This commit is contained in:
Johan Hillerström 2015-11-12 01:05:59 +01:00
commit 664686f199
2 changed files with 2 additions and 2 deletions

2
xm.js
View file

@ -1271,4 +1271,4 @@ window.onload = function() {
}
DownloadXM(uri);
}
})(window, document);
})(window, document);

View file

@ -293,4 +293,4 @@ player.effects_t1 = [ // effect functions on tick 1+
eff_unimplemented, // y
eff_unimplemented // z
];
})(window || {});
})(window || {});