Annotated Header.js

This commit is contained in:
Daniel van Noord
2021-02-06 23:25:05 +01:00
parent 8ceef4cf2d
commit 4d0b5097fd

View File

@@ -2,7 +2,10 @@
* Header *
**********/
var RunCookieMonsterHeader = function() {
/**
* This functions creates the necessary objects and is run when they do not already exist
*/
const RunCookieMonsterHeader = function() {
CM = {};
CM.Backup = {};