aurajs / generator-aura

Yeoman generator for Aura.js
22 stars 14 forks source link

_.bindAll doesn't behave as it supposed to do anymore. #13

Closed fudanchii closed 11 years ago

fudanchii commented 11 years ago

Use the good ol' native bind function instead.

fudanchii commented 11 years ago

ref: https://github.com/jashkenas/underscore/commit/bf657be243a075b5e72acc8a83e6f12a564d8f55

robertd commented 11 years ago

14 will take care of this. Thanks for the commit.