adjusting a few blank lines to be like they had been

pull/1/head
Rob Stupay 7 years ago
parent 3656ea6447
commit 2aae941d92
  1. 1
      src/app.js
  2. 1
      src/universal-dapp.js

@ -513,6 +513,7 @@ function run () {
}
this.statementMarker = editor.addMarker(lineColumnPos, this.source, 'highlightcode')
editor.scrollToLine(lineColumnPos.start.line, true, true, function () {})
if (lineColumnPos.start.line === lineColumnPos.end.line) {
this.fullLineMarker = editor.addMarker({
start: {

@ -117,6 +117,7 @@ function UniversalDApp (opts = {}) {
personalMode: this.personalMode
})
}
UniversalDApp.prototype.reset = function (contracts, transactionContextAPI) {
this.el.innerHTML = ''
this.contracts = contracts

Loading…
Cancel
Save