Fix bootstrap: global should be this, not window
In a javascript context, all JS function are not all attached to the window object. This is the case of 'native' functions. In SlimerJS, the 'require' function is not attached to the window object. It is a standalone function.
Showing
1 changed file
with
1 additions
and
1 deletions
-
Please register or sign in to post a comment