I keep getting the same errors for line 10. It either says that I haven’t named the function, or I’m missing a parenthesis.
This is what line 10 looks like:
function LoadConfig:(Sorceress.dx_shock.js, true); {
I keep getting the same errors for line 10. It either says that I haven’t named the function, or I’m missing a parenthesis.
Lose the colon. Probably the semicolon too.
What’s that sword your sorceress is holding?
I got rid of the colon and semi colon, then it said that I was missing parenthesis, so I added them, now it says that I’m missing formal parameters.