From 1229e92feb98cdd65ccca58580beded0d7f92bca Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 21 Jan 2017 13:34:39 -0500 Subject: [PATCH] fix bug in Debug.js --- frontend/src/Metamaps/Debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Metamaps/Debug.js b/frontend/src/Metamaps/Debug.js index 1d1bfe71..2871ea4c 100644 --- a/frontend/src/Metamaps/Debug.js +++ b/frontend/src/Metamaps/Debug.js @@ -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}`)