Method: Browser::DOM::Node#clear
- Defined in:
- opal/browser/dom/node.rb
permalink #clear ⇒ Object
Remove all the children of the node.
223 224 225 |
# File 'opal/browser/dom/node.rb', line 223 def clear children.remove end |
Remove all the children of the node.
223 224 225 |
# File 'opal/browser/dom/node.rb', line 223 def clear children.remove end |