}\r
\r
CanvasNode.prototype.isSame = function(other) {\r
- return (other instanceof CanvasNode) && this.dom.get(0).isSameNode(other.dom.get(0));\r
+ return (other instanceof CanvasNode) && this.dom.get(0) === other.dom.get(0);\r
}\r
\r
CanvasNode.prototype.children = function() {\r