Debug gets a header. Still need to parse through Metamaps, Metamaps.GlobalUI, and Metamaps.JIT
This commit is contained in:
parent
be99ad8285
commit
6653d10edf
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
/*
|
||||||
|
* Metamaps.Debug.js.erb
|
||||||
|
*
|
||||||
|
* Dependencies: none!
|
||||||
|
*/
|
||||||
|
|
||||||
Metamaps.Debug = function() {
|
Metamaps.Debug = function() {
|
||||||
console.debug(Metamaps)
|
console.debug(Metamaps)
|
||||||
console.debug(`Metamaps Version: ${Metamaps.VERSION}`)
|
console.debug(`Metamaps Version: ${Metamaps.VERSION}`)
|
||||||
|
|
Loading…
Reference in a new issue