[QUE] Uncaught Syntax Error: Unexpected Token {

I am trying to test out my mod to see if it works.

I got a error on startup of the game: Uncaught Syntax Error: Unexpected Token {

Code:

var ModConfig = {};
(function () {

	ModConfig.enabledMods = [
	{ script: 'gdt-modAPI/modAPI.js'},
	{ script: 'ExpansionPack/ExpansionPack.js'},
	{ script: 'Game-Dev-Tycoon-Mod/game-dev-tycoon-mod.js'}
	];
})();

This code seems good. Check your mod itself and try finding little faults in it. It might be because of your mod.