minor refrence error fixed, maybe fouth times the charm...
This commit is contained in:
parent
de60b49f6f
commit
da9240e3ff
@ -102,7 +102,7 @@ class container {
|
|||||||
|
|
||||||
addContainer(myContainer) {
|
addContainer(myContainer) {
|
||||||
if (myContainer instanceof container) {
|
if (myContainer instanceof container) {
|
||||||
this.containers.push(container);
|
this.containers.push(myContainer);
|
||||||
} else {
|
} else {
|
||||||
throw new TypeError("addContainer Method must be given a container object");
|
throw new TypeError("addContainer Method must be given a container object");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user