Module: addSandboxes/doubleSandbox

(require("addSandboxes/doubleSandbox"))(config, sandboxPath) → {HTMLElement}

Makes Two sandboxes and links their commands together.
Parameters:
Name Type Description
config Object To pass to commander to set the initial configuration of the sim.
sandboxPath String String to add to the current url directory to get to the sandbox.
Source:
Returns:
- div containing the two sandboxes.
Type
HTMLElement