Explicitly assign `rw` to global scope
This aims to address #87 by explicitly assigning rw
to window
. Further issues may be related to the configuration, in that case a much more complicated fix is required by replacing the declaration/initialization at the start of all redwarnConfig.js
files (currently window.rw = window.rw || {}, window.rw.config =
).