adding space between isEqualNode and the function

This commit is contained in:
Emad Eid
2015-03-10 15:08:17 -04:00
parent 4296063416
commit 4c881b1042

View File

@@ -683,7 +683,7 @@
unwrapIfNeeded(otherNode));
},
isEqualNode:function(otherNode){
isEqualNode: function(otherNode){
return originalIsEqualNode.call(unsafeUnwrap(this), unwrapIfNeeded(otherNode));
},