Fix IE exceptions from debug code, canvas calls
This commit is contained in:
parent
8c685d2fd8
commit
7465fbcc28
2 changed files with 10 additions and 6 deletions
|
|
@ -22,7 +22,6 @@ componentconstructors['chatballoon'] = function(dynmap, configuration) {
|
|||
return;
|
||||
}
|
||||
var popupPosition = dynmap.getProjection().fromLocationToLatLng(player.location);
|
||||
console.log('popupPosition', popupPosition);
|
||||
var popup = me.chatpopups[message.name];
|
||||
if (!popup) {
|
||||
me.chatpopups[message.name] = popup = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue