Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #17 from josh/master
Browse files Browse the repository at this point in the history
Don't expose webkit prefixed MutationObserver as stable
  • Loading branch information
arv committed Jan 22, 2014
2 parents 34a7e82 + 886fe50 commit a8aa7f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MutationObserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,6 @@

global.JsMutationObserver = JsMutationObserver;

// Provide unprefixed MutationObserver with native or JS implementation
if (!global.MutationObserver && global.WebKitMutationObserver)
global.MutationObserver = global.WebKitMutationObserver;

if (!global.MutationObserver)
global.MutationObserver = JsMutationObserver;

Expand Down

0 comments on commit a8aa7f9

Please sign in to comment.