Modules can be added dynamically using registerModules (via sandbox.addModules) which allows a context (jquery object) as a parameter. RegisterModules will find and initialize all modules it finds within the given context.
It would be great if unregisterModules would also take a context. Currently unregisterModules takes an array of module instances. I'm not sure how to get module instances other than using "self" within a module.
Is there an alternative way of unregistering certain instances of certain modules?