Merge pull request #745 from serapath-contribution/master2

fix linting
pull/1/head
yann300 7 years ago committed by GitHub
commit 5c55288fa9
  1. 2
      src/app/tabs/run-tab.js
  2. 2
      src/execution-context.js

@ -170,8 +170,6 @@ var css = csjs`
margin-left: 10%; margin-left: 10%;
} }
` `
console.log(styles.displayBox.toString())
console.log(css.settings.toString())
module.exports = runTab module.exports = runTab

@ -91,7 +91,7 @@ function ExecutionContext () {
this.web3 = function () { this.web3 = function () {
return this.isVM() ? web3VM : web3 return this.isVM() ? web3VM : web3
} }
this.blankWeb3 = function () { this.blankWeb3 = function () {
return blankWeb3 return blankWeb3
} }

Loading…
Cancel
Save