From 6653d10edf85f3a953b8dc7b70e37a4e02f09c1b Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Wed, 13 Apr 2016 16:06:01 +0800 Subject: [PATCH] Debug gets a header. Still need to parse through Metamaps, Metamaps.GlobalUI, and Metamaps.JIT --- app/assets/javascripts/src/Metamaps.Debug.js.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/javascripts/src/Metamaps.Debug.js.erb b/app/assets/javascripts/src/Metamaps.Debug.js.erb index 18fcb620..3989b7fb 100644 --- a/app/assets/javascripts/src/Metamaps.Debug.js.erb +++ b/app/assets/javascripts/src/Metamaps.Debug.js.erb @@ -1,3 +1,9 @@ +/* + * Metamaps.Debug.js.erb + * + * Dependencies: none! + */ + Metamaps.Debug = function() { console.debug(Metamaps) console.debug(`Metamaps Version: ${Metamaps.VERSION}`)