Sample/Window.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 26 May 2010 06:06:52 +0000 (14:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 26 May 2010 06:06:52 +0000 (14:06 +0800)
Sample/Window.js

index ea2bf04..4c40c3d 100644 (file)
@@ -3441,7 +3441,7 @@ Window=new XObject({
                                                                 this.get('/BottomPane').el.show();
                                                                 this.get('/BottomPane').el.set_current_page(1);
                                                                 
-                                                                this.el.feed(str ,str.length);
+                                                                this.el.feed(str + "\n",str.length+1);
                                                             }
                                                         }
                                                     ]