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) {
|
||||
if (myContainer instanceof container) {
|
||||
this.containers.push(container);
|
||||
this.containers.push(myContainer);
|
||||
} else {
|
||||
throw new TypeError("addContainer Method must be given a container object");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user