can't use ` with uglify

This commit is contained in:
Devin Howard 2016-09-14 10:45:42 +08:00
parent 40cb7606e3
commit 4bbb9df5af

View file

@ -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()