philogb / jit

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web
http://thejit.org
Other
1.51k stars 297 forks source link

Typo on line 207 inside Class.Mutators #17

Closed ydaniv closed 14 years ago

ydaniv commented 14 years ago

It is now: Class.prototying = klass;

Where I suppose it should be: Class.prototyping = klass;

~Y

philogb commented 14 years ago

Thanks for the heads up. Fixed in HEAD: http://github.com/philogb/jit/blob/master/Source/Core/Core.js#L271