drkibitz / pixi.js

Super fast HTML 5 2D rendering engine that uses webGL with canvas fallback
Other
8 stars 1 forks source link

Fix CanvasRenderer prototype #6

Closed tancredi closed 10 years ago

tancredi commented 10 years ago

Fixes canvas renderer (proto used to point to constructor, breaking CanvasRenderer when trying to call any method from it)

Please merge I really need this fix :)

drkibitz commented 10 years ago

@tancredi Thanks for the fix, sorry about that. More reason to get more tests in place :(

tancredi commented 10 years ago

No problem, was a really simple bug - I'm thinking of a nice automated way of porting modules to npm. Btw if you could also update it on npm it'd be wicked :+1:

And thanks for porting pixi to npm, super-useful

drkibitz commented 10 years ago

Already published

tancredi commented 10 years ago

Nice one ty