mirror of
https://github.com/nasa/openmct.git
synced 2025-03-13 07:54:13 +00:00
Removed commented out code
This commit is contained in:
parent
32a0e15691
commit
9e68514b27
@ -260,7 +260,6 @@ export default {
|
||||
let existingContainer = this.$el.querySelector(`.${CONTAINER_CLASS}`);
|
||||
if (existingContainer) {
|
||||
imageryContainer = existingContainer;
|
||||
// imageryContainer.style.maxWidth = `${containerWidth}px`;
|
||||
} else {
|
||||
if (this.destroyImageryContainer) {
|
||||
this.destroyImageryContainer();
|
||||
@ -290,7 +289,6 @@ export default {
|
||||
this.$refs.imageryHolder.appendChild(component.$el);
|
||||
|
||||
imageryContainer = component.$el.querySelector(`.${CONTAINER_CLASS}`);
|
||||
// imageryContainer.style.maxWidth = `${containerWidth}px`;
|
||||
}
|
||||
|
||||
return imageryContainer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user