mirror of
https://forge.murkfall.net/bluesaxman/blue.js.git
synced 2026-03-13 09:34:20 -06:00
minor refrence error fixed, maybe fouth times the charm...
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user