Commit 2aae941d authored by Rob Stupay's avatar Rob Stupay

adjusting a few blank lines to be like they had been

parent 3656ea64
......@@ -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
......
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