remove unused variable

pull/1/head
Iuri Matias 6 years ago committed by yann300
parent 23d19c72db
commit 487e9184cf
  1. 1
      src/app/debugger/debuggerUI/ButtonNavigator.js

@ -46,7 +46,6 @@ function ButtonNavigator () {
this.jumpNextBreakpointDisabled = true
this.jumpPreviousBreakpointDisabled = true
this.revertionPoint = null
this.view
}

Loading…
Cancel
Save