fix bug in Debug.js

This commit is contained in:
Devin Howard 2017-01-21 13:34:39 -05:00
parent ba3d5f07dd
commit 1229e92feb

View file

@ -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}`)