From: Alan Knowles Date: Wed, 26 May 2010 05:20:58 +0000 (+0800) Subject: Sample/Window.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=f65126041c9aa971dca77e4ad2fb3f0a8a9d5a27;p=app.Builder.js Sample/Window.js --- diff --git a/Sample/Window.js b/Sample/Window.js index a4498c8dd..142b721c4 100644 --- a/Sample/Window.js +++ b/Sample/Window.js @@ -2540,9 +2540,10 @@ Window=new XObject({ Gtk.drag_dest_set_target_list(this.el, this.get('/Window').targetList); }, renderJS : function(data) { - //print("HTML RENDERING"); + print("HTML RENDERING"); /// prevent looping.. if (this.pendingRedraw) { + print("pending redraw active?!"); return; }