Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18929f commit f78d95fCopy full SHA for f78d95f
notebook.js
@@ -2,7 +2,7 @@
2
// notebook.js may be freely distributed under the MIT license.
3
(function () {
4
var VERSION = "0.8.2";
5
- var root = this;
+ var root = this || globalThis;
6
var isBrowser = root.window !== undefined;
7
var doc;
8
0 commit comments