Browse Source

Fix regression preventing the setting of breakpoints in the Stepper (PDFBug)

Jonas Jenwald 11 years ago
parent
commit
8edb5cc804
  1. 2
      web/debugger.js

2
web/debugger.js

@ -326,6 +326,8 @@ var Stepper = (function StepperClosure() { @@ -326,6 +326,8 @@ var Stepper = (function StepperClosure() {
}
},
updateOperatorList: function updateOperatorList(operatorList) {
var self = this;
function cboxOnClick() {
var x = +this.dataset.idx;
if (this.checked) {

Loading…
Cancel
Save