surroundContents method

void surroundContents(
  1. Node newParent
)

Implementation

void surroundContents(Node newParent) =>
    js_util.callMethod(this, 'surroundContents', [newParent]);