mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-28 00:18:45 +03:00
Merge pull request #119 from roberttod/patch-1
Reference window as global if available
This commit is contained in:
commit
a165e152de
@ -865,4 +865,4 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
})(this);
|
})(typeof window === 'object' ? window : this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user