Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Update src/umd.intro.js
Browse files Browse the repository at this point in the history
Co-authored-by: Darcy <[email protected]>
  • Loading branch information
2 people authored and taylorhami committed Sep 12, 2023
1 parent 166758c commit 88a5e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/umd.intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
wind['RaygunObject'] = 'rg4js';
wind[wind['RaygunObject']] = wind[wind['RaygunObject']] || function() {
if (wind && typeof wind['Raygun'] === 'undefined' ||
(typeof document === 'undefined' || document.readyState !== 'complete') || (wind['RaygunInitialized'] || false) === false) {
(typeof document === 'undefined' || document.readyState !== 'complete') || (!wind['RaygunInitialized']) {
// onload hasn't been called, cache the commands just like the snippet
(wind[wind['RaygunObject']].o = wind[wind['RaygunObject']].o || []).push(arguments)
} else {
Expand Down

0 comments on commit 88a5e0d

Please sign in to comment.