7 lines
160 B
JavaScript
7 lines
160 B
JavaScript
if ('undefined' === typeof window) window = this;
|
|
Bitcoin = {};
|
|
if (typeof navigator === 'undefined') {
|
|
var navigator = {};
|
|
navigator.appName = 'NodeJS';
|
|
}
|