naubino / naubino.js

a browser game designed with touch surfaces in mind
7 stars 2 forks source link

Broken when built with coffee-script > 1.5 #40

Closed hoodie closed 10 years ago

hoodie commented 11 years ago

not yet tested extensivly. However click events don't select a naub. The code produced by coffee-script 1.5 and 1.6 differe so severely that there could be several places I should look for the problem.

from coffee-script changelog: "Several minor fixes surrounding member properties, bound methods and super in class declarations."

Coffeescript no longer uses __bind() anywhere