remove unused variable

pull/1/head
Iuri Matias 6 years ago committed by yann300
parent 1fe0ede5de
commit 2524879e96
  1. 1
      src/app.js
  2. 1
      src/universal-dapp.js

@ -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,

Loading…
Cancel
Save