A friend wrote some code for me, and there was one file with a weird syntax error in it. After a bit of hunting, I narrowed it down to this section of code, which should rep
Your issue is the fact that the i in function is the unicode character i. If you change it to a 'normal' i it should just work.
i
But now I'm wondering how the hack :) did you get an unicode character there :P