This commit is contained in:
2015-08-02 22:36:06 +02:00
parent cb9acd68f2
commit a838734f29

View File

@@ -151,7 +151,7 @@ function Modular (options) {
mod = modules.get(name); mod = modules.get(name);
} }
//If the module as been found //If the module has been found
if (mod) { if (mod) {
if (caller) { if (caller) {
if (mod.childrenOf === undefined) { if (mod.childrenOf === undefined) {