[Pkg-javascript-commits] [pdf.js] 40/56: Fix regression preventing the setting of breakpoints in the Stepper (PDFBug)

David Prévot taffit at moszumanska.debian.org
Thu May 15 15:17:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 8edb5cc804fd26195d44ce817cc1e79f489d5607
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date:   Sun Apr 20 01:05:38 2014 +0200

    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 4f85ccb..39c0e82 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) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list