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