BrowserView.js
authorAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 07:58:41 +0000 (15:58 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 07:58:41 +0000 (15:58 +0800)
BrowserView.js

index feb24ea..b0c60d1 100644 (file)
@@ -275,9 +275,9 @@ BrowserView = new GType({
             
             var realprint = function() {
                 print("realprint called - queue is " + _this.queue_print);
-                if (_this.queue_print > 0) {
+                if (queue_print > 0) {
                     print("ignore print - queue is " + _this.queue_print);
-                     _this.queue_print--;
+                    queue_print--;
                     return;
                 }