You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ref_node is undefined instead of null, node.__dom.nextSibling is undefined instead of null too. Because of this, Polymer.dom(node).nextSibling is the nextSibling in the browser DOM when it should be null.
If
ref_node
isundefined
instead ofnull
,node.__dom.nextSibling
isundefined
instead ofnull
too. Because of this,Polymer.dom(node).nextSibling
is thenextSibling
in the browser DOM when it should benull
.Here's an example: http://jsbin.com/qokeho/edit?html,output.
The text was updated successfully, but these errors were encountered: