Semicolons and easy fixes for all documents

This commit is contained in:
Daniel van Noord
2021-01-30 15:25:19 +01:00
parent e4113d21e1
commit f7de9831e5
8 changed files with 538 additions and 532 deletions

View File

@@ -23,7 +23,7 @@ RunCookieMonsterHeader = function() {
CM.Options = {};
CM.Sim = {};
}
};
if (typeof CM == "undefined") {
RunCookieMonsterHeader();