remove unused variable

pull/3094/head
Iuri Matias 7 years ago committed by yann300
parent 828ce7bc56
commit c36afc6f20
  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