Skip to content

Commit

Permalink
fix fake provider
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Aug 22, 2018
1 parent 1425417 commit 4d0269a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function loadJSON (url, callback) {

function loadTestWeb3 (data) {
var container = document.getElementById('app')
var vmdebugger = container.debugger
var vmdebugger = container.debugger.debugger
var uiTestweb3 = {}
uiTestweb3.eth = {}
uiTestweb3.debug = {}
Expand Down

0 comments on commit 4d0269a

Please sign in to comment.