1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

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

This commit is contained in:
Jonas Jenwald 2014-04-20 01:05:38 +02:00
parent ee545ddb54
commit 8edb5cc804

View file

@ -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) {