mirror of
https://github.com/nasa/openmct.git
synced 2025-03-12 23:44:08 +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}`);
|
let existingContainer = this.$el.querySelector(`.${CONTAINER_CLASS}`);
|
||||||
if (existingContainer) {
|
if (existingContainer) {
|
||||||
imageryContainer = existingContainer;
|
imageryContainer = existingContainer;
|
||||||
// imageryContainer.style.maxWidth = `${containerWidth}px`;
|
|
||||||
} else {
|
} else {
|
||||||
if (this.destroyImageryContainer) {
|
if (this.destroyImageryContainer) {
|
||||||
this.destroyImageryContainer();
|
this.destroyImageryContainer();
|
||||||
@ -290,7 +289,6 @@ export default {
|
|||||||
this.$refs.imageryHolder.appendChild(component.$el);
|
this.$refs.imageryHolder.appendChild(component.$el);
|
||||||
|
|
||||||
imageryContainer = component.$el.querySelector(`.${CONTAINER_CLASS}`);
|
imageryContainer = component.$el.querySelector(`.${CONTAINER_CLASS}`);
|
||||||
// imageryContainer.style.maxWidth = `${containerWidth}px`;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return imageryContainer;
|
return imageryContainer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user