Debug gets a header. Still need to parse through Metamaps, Metamaps.GlobalUI, and Metamaps.JIT

This commit is contained in:
Devin Howard 2016-04-13 16:06:01 +08:00
parent be99ad8285
commit 6653d10edf

View file

@ -1,3 +1,9 @@
/*
* Metamaps.Debug.js.erb
*
* Dependencies: none!
*/
Metamaps.Debug = function() {
console.debug(Metamaps)
console.debug(`Metamaps Version: ${Metamaps.VERSION}`)