Commit 5bf2281a authored by Iuri Matias's avatar Iuri Matias Committed by yann300

remove unused params

parent 563e07ae
...@@ -17,7 +17,7 @@ var RecorderUI = require('./runTab/recorder.js') ...@@ -17,7 +17,7 @@ var RecorderUI = require('./runTab/recorder.js')
class RunTab { class RunTab {
constructor (opts, localRegistry) { constructor () {
var self = this var self = this
self.event = new EventManager() self.event = new EventManager()
self._view = {} self._view = {}
...@@ -27,7 +27,7 @@ class RunTab { ...@@ -27,7 +27,7 @@ class RunTab {
another environment. e.g Transactions created in Javascript VM can be replayed in the Injected Web3.` another environment. e.g Transactions created in Javascript VM can be replayed in the Injected Web3.`
} }
self._components = {} self._components = {}
self._components.registry = localRegistry || globalRegistry self._components.registry = globalRegistry
self._components.transactionContextAPI = { self._components.transactionContextAPI = {
getAddress: (cb) => { getAddress: (cb) => {
cb(null, $('#txorigin').val()) cb(null, $('#txorigin').val())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment