File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function mutation(nodes) {
2525
2626var methods = {
2727 // safari = webkitMatchesSelector
28- matches : Element . prototype . matchesSelector || Element . prototype . webkitMatchesSelector || Element . prototype . mozMatchesSelector || Element . prototype . msMatchesSelector ,
28+ matches : Element . prototype . matchesSelector || Element . prototype . webkitMatchesSelector || Element . prototype . mozMatchesSelector || Element . prototype . msMatchesSelector || Element . prototype . oMatchesSelector ,
2929 replace : function replace ( ) {
3030 if ( this . parentNode ) {
3131 this . parentNode . replaceChild ( mutation ( arguments ) , this ) ;
@@ -74,4 +74,4 @@ for (var methodName in methods) {
7474require ( './customEvent' ) ;
7575require ( './dataset' ) ;
7676require ( './hidden' ) ;
77- require ( './requestAnimationFrame' ) ;
77+ require ( './requestAnimationFrame' ) ;
You can’t perform that action at this time.
0 commit comments