soulwire/sketch.js

`defaults.container` is `undefined` when script is included in head

Closed this issue · 0 comments

The default container value is document.body but of course this doesn't exist when the script is included in the head of the document. Although doing so isn't good practice, this shouldn't cause an error when no alternate container is provided.