NodeSet#push should not take node ownership.
This commit is contained in:
parent
15fa7a2068
commit
a98f50b63b
|
@ -26,8 +26,6 @@ module Oga
|
|||
end
|
||||
|
||||
def push(node)
|
||||
node.node_set = self
|
||||
|
||||
@nodes << node
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue