cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 394 forks source link

Make sure MutationObserver is used in Safari as well #488

Closed ghost closed 8 years ago

ghost commented 8 years ago

Calling typeof MutationObserver in Safari will return 'object' instead of 'function' (tested in Safari 9.1).

briancavalier commented 8 years ago

Awesome. Thank you, @sachavdb.