PluginHost.js revision 715c8f2ec47e95a4175caeed2a0e1aed69ddea41
(function() {
function PluginHost() {}
PluginHost.prototype = {
// TODO - Default namespace: check without instantiation
}
},
if (this[namespace] instanceof pluginClass) {
delete this[namespace];
}
},
return namespace in this;
}
};
})();