Merge pull request #4656 from Snuffleupagus/stepper-regression

Fix regression preventing the setting of breakpoints in the Stepper (PDFBug)
This commit is contained in:
Tim van der Meij 2014-04-20 21:22:42 +02:00
commit 7f0a11ceba

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