@ -314,7 +314,6 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
// ----------------- UniversalDApp -----------------
var udapp = new UniversalDApp({
removable: false,
removable_instances: true
})
registry.put({api: udapp, name: 'udapp'})
@ -27,7 +27,6 @@ function UniversalDApp (opts, localRegistry) {
self.data = {}
self._components = {}
self._components.registry = localRegistry || globalRegistry
self.removable = opts.removable
self.removable_instances = opts.removable_instances
self._deps = {
config: self._components.registry.get('config').api,