fix bug in Debug.js
This commit is contained in:
parent
ba3d5f07dd
commit
1229e92feb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const Debug = function(arg = window.Metamaps) => {
|
||||
const Debug = function(arg = window.Metamaps) {
|
||||
if (arg === undefined && typeof window !== 'undefined') arg = window.Metamaps
|
||||
console.debug(arg)
|
||||
console.debug(`Metamaps Version: ${arg.ServerData.VERSION}`)
|
||||
|
|
Loading…
Reference in a new issue