Resolve conflicts

This commit is contained in:
Daniël van Noord
2021-02-10 20:30:50 +01:00
parent fec72bbf91
commit 39b1ec6db4
2 changed files with 10 additions and 5654 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,16 +6,16 @@
* This functions creates the necessary objects and is run when they do not already exist * This functions creates the necessary objects and is run when they do not already exist
*/ */
const CM = { const CM = {
Backup: {}, Backup: {},
Cache: {}, Cache: {},
Config: {}, Config: {},
ConfigData: {}, ConfigData: {},
Data: {}, Data: {},
Disp: {}, Disp: {},
Footer: {}, Footer: {},
Main: {}, Main: {},
Options: {}, Options: {},
Sim: {}, Sim: {},
VersionMajor: '2.031', VersionMajor: '2.031',
VersionMinor: '3', VersionMinor: '3',
}; };