2016-04-13 16:06:01 +08:00
|
|
|
/*
|
|
|
|
* Metamaps.Debug.js.erb
|
|
|
|
*
|
|
|
|
* Dependencies: none!
|
|
|
|
*/
|
|
|
|
|
2016-04-06 10:27:31 +08:00
|
|
|
Metamaps.Debug = function() {
|
|
|
|
console.debug(Metamaps)
|
|
|
|
console.debug(`Metamaps Version: ${Metamaps.VERSION}`)
|
|
|
|
}
|
|
|
|
Metamaps.debug = function() {
|
|
|
|
Metamaps.Debug()
|
|
|
|
}
|