This is my code (I am linking it because I do not know where the problem is and I do not want to link it all to this post). I am getting this error in the console:
The error is in line 57, but I do not know what is wrong.
rectangle = {
height : 32,
jumping : true,
width : 32;
x : 144,
x_velocity : 0,
y : 0,
y_velocity : 0
};