guardian / scribe

DEPRECATED: A rich text editor framework for the web platform
http://guardian.github.io/scribe/
Apache License 2.0
3.51k stars 245 forks source link

listeners.delete(fn) in event-emitter.js #418

Open anatoliyarkhipov opened 9 years ago

anatoliyarkhipov commented 9 years ago

Hi. There is a line in event-emitter.js: https://github.com/guardian/scribe/blob/2f676370f2c181a91088f1535c261e21073b5175/src/event-emitter.js#L21

Can you please change .delete(fn) to ["delete"](fn) to make it compatible with IE8?

rrees commented 9 years ago

@anatoliyarkhipov We won't accept changes like this into mainstream Scribe but I'll look at doing a Scribe-CE release for you with the change.