can't use ` with uglify
This commit is contained in:
parent
40cb7606e3
commit
4bbb9df5af
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
Metamaps.Debug = function () {
|
||||
console.debug(Metamaps)
|
||||
console.debug(`Metamaps Version: ${Metamaps.VERSION}`)
|
||||
console.debug('Metamaps Version: ' + Metamaps.VERSION)
|
||||
}
|
||||
Metamaps.debug = function () {
|
||||
Metamaps.Debug()
|
||||
|
|
Loading…
Reference in a new issue