aredridel / html5

Event-driven HTML5 Parser in Javascript
http://dinhe.net/~aredridel/projects/js/html5/
MIT License
590 stars 168 forks source link

Add events.EventEmitter.call(this); to tokenizer #79

Closed aklt closed 11 years ago

aklt commented 11 years ago

We are using the tokenizer separetely and ran into problem instantiating it. This patch fixes that :)

aklt commented 11 years ago

Thanks!