From 8edb5cc804fd26195d44ce817cc1e79f489d5607 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sun, 20 Apr 2014 01:05:38 +0200 Subject: [PATCH] Fix regression preventing the setting of breakpoints in the Stepper (PDFBug) --- web/debugger.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/debugger.js b/web/debugger.js index 4f85ccbc3..39c0e829b 100644 --- a/web/debugger.js +++ b/web/debugger.js @@ -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) {