extensibleweb / webidl.js

An implementation of WebIDL in ECMAScript
55 stars 14 forks source link

Screwed up the Inheritance model, so i had to make a minor fix to all the files refactor #64

Closed marcoscaceres closed 11 years ago

marcoscaceres commented 11 years ago

I'd stupidly set the prototype to be an instance of IDLType instead of pointing to IDLType as a function and then calling it when an object is constructed. Anyhoooow, fixed now.