8 lines
166 B
Text
8 lines
166 B
Text
|
Metamaps.Debug = function() {
|
||
|
console.debug(Metamaps)
|
||
|
console.debug(`Metamaps Version: ${Metamaps.VERSION}`)
|
||
|
}
|
||
|
Metamaps.debug = function() {
|
||
|
Metamaps.Debug()
|
||
|
}
|