Fixed IE11 JS errors
Closes issue #1022. Thanks to mattlee78 for pointing this out.
This commit is contained in:
@@ -49,7 +49,7 @@ overviewer.views.WorldView = Backbone.View.extend({
|
||||
if (!tset.get("isOverlay")) { return; };
|
||||
|
||||
});
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -544,7 +544,7 @@ overviewer.views.SignControlView = Backbone.View.extend({
|
||||
itemDiv.appendChild(textNode);
|
||||
itemDiv.style.whiteSpace = "nowrap";
|
||||
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user