@ -66,7 +66,7 @@ ButtonNavigator.prototype.render = function () {
<buttonid='jumpnextbreakpoint'title='Jump to the next breakpoint'class='${css.navigator} ${css.jumpButton} fa fa-step-forward'onclick=${function(){self.event.trigger('jumpNextBreakpoint')}}disabled=${this.jumpNextBreakpointDisabled}></button>
</div>
<divid='reverted'style="display:none">
<buttonid='jumptoexception'title='Jump to exception'class='${css.navigator} ${css.button} fa fa-exclamation-triangle'onclick=${function(){self.event.trigger('jumpToException',[self.revertionPoint])}}disabled=${this.jumpOutDisabled}>
<buttonid='jumptoexception'title='Jump to exception'class='${css.navigator} ${css.button} fa fa-exclamation-triangle'onclick=${function(){self.event.trigger('jumpToException')}}disabled=${this.jumpOutDisabled}>