Commit 4f022836 authored by Rob Stupay's avatar Rob Stupay

fixing a few standard js error due to spaces

parent dc1ff942
...@@ -639,8 +639,6 @@ function run () { ...@@ -639,8 +639,6 @@ function run () {
editor.clearAnnotations() editor.clearAnnotations()
}) })
function startdebugging (txHash) { function startdebugging (txHash) {
self.event.trigger('debuggingRequested', []) self.event.trigger('debuggingRequested', [])
transactionDebugger.debug(txHash) transactionDebugger.debug(txHash)
......
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