You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an element with ID of `module` is in the document, `module.exports` could be
defined wrongly. This adds a check to ensure `module.exports` exists first.
This commit also removes the `exports` branch which wasn't doing anything,
and also is only used in old environments without `module.exports` support,
such as Narwhal and older versions of Ringo, which are no longer in use.
0 commit comments