diff --git a/package.json b/package.json index d32021cd31..15aa058089 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "webworkify": "^1.2.1", "yo-yo": "^1.2.2", "yo-yoify": "^3.3.0", - "ethereum-remix": "0.0.2-alpha.0.0.3" + "ethereum-remix": "0.0.2-alpha.0.0.4" }, "repository": { "type": "git", diff --git a/src/app/debugger.js b/src/app/debugger.js index b1657cbbb3..1ad34aa78c 100644 --- a/src/app/debugger.js +++ b/src/app/debugger.js @@ -1,8 +1,8 @@ -var Remix = require('ethereum-remix'); +var remix = require('ethereum-remix'); function Debugger (_executionContext, _id) { this.el = document.querySelector(_id); - this.debugger = new Remix.Debugger(_executionContext.web3()); + this.debugger = new remix.Debugger(_executionContext.web3()); this.el.appendChild(this.debugger.render()); this.web3 = _executionContext.web3(); diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 60cd808541..478be5a23c 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -354,7 +354,7 @@ UniversalDApp.prototype.getCallButton = function (args) { var getDebugTransaction = function (result) { var $debugTx = $('