The gulp build task does not explicitly specify the order of inclusion of the main classes (BaseNode, etc), when concatenating. The result may have the child classes defined first before the parent classes which results in them inheriting from "null" when calls b3.Class(...)
The gulp build task does not explicitly specify the order of inclusion of the main classes (BaseNode, etc), when concatenating. The result may have the child classes defined first before the parent classes which results in them inheriting from "null" when calls b3.Class(...)