mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
adding space between isEqualNode and the function
This commit is contained in:
@@ -683,7 +683,7 @@
|
||||
unwrapIfNeeded(otherNode));
|
||||
},
|
||||
|
||||
isEqualNode:function(otherNode){
|
||||
isEqualNode: function(otherNode){
|
||||
return originalIsEqualNode.call(unsafeUnwrap(this), unwrapIfNeeded(otherNode));
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user