|
|
@ -479,11 +479,11 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}]); |
|
|
|
}]); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
w.listeners[BI.Events.MOUNT] = (w.listeners[BI.Events.MOUNT] || []).concat([ |
|
|
|
w.listeners[BI.Events.MOUNT] = [ |
|
|
|
function () { |
|
|
|
function () { |
|
|
|
BI.Plugin.getObject(elType, this); |
|
|
|
BI.Plugin.getObject(elType, this); |
|
|
|
} |
|
|
|
} |
|
|
|
]); |
|
|
|
].concat(w.listeners[BI.Events.MOUNT] || []); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
return createWidget(w, context, lazy); |
|
|
|
return createWidget(w, context, lazy); |
|
|
|