[Solved] event does not work in firefox [closed]


You are calling the variable that you pass to your move function e and are later refering to it as event. You simply need to replace the event with e in the line that the error is thrown in.

solved event does not work in firefox [closed]