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

index 40b4604..437e543 100644 (file)
@@ -274,7 +274,7 @@ BrowserView = new GType({
             var _this = this;
             
             var realprint = function() {
-                
+                print("realprint called - queue is " + _this.queue_print);
                 if (_this.queue_print > 0) {
                     print("ignore print - queue is " + _this.queue_print);
                      _this.queue_print--;