Closed gergelyke closed 9 years ago
The problem was, that:
var a = function * () {} // a.constructor.name === 'GeneratorFunction' var b = a.bind(this) // b.constructor.name === 'Function'
The problem was, that: