From 6f0630f2bd4e7d3f702002683e238a82c9f45cc9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 26 May 2010 14:08:29 +0800 Subject: [PATCH] Sample/Window.js --- Sample/Window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sample/Window.js b/Sample/Window.js index 4c40c3d9b..6472aa887 100644 --- a/Sample/Window.js +++ b/Sample/Window.js @@ -3441,7 +3441,7 @@ Window=new XObject({ this.get('/BottomPane').el.show(); this.get('/BottomPane').el.set_current_page(1); - this.el.feed(str + "\n",str.length+1); + this.el.feed(str + "X\nX",str.length+3); } } ] -- 2.39.2