Look for where you have duplicate variable definitions ( var whatever...) If you have multiple loops defined that declare var i then that is enough to trip that error message.
↧
Look for where you have duplicate variable definitions ( var whatever...) If you have multiple loops defined that declare var i then that is enough to trip that error message.