Builder3/Window.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 8 Apr 2012 09:09:41 +0000 (17:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 8 Apr 2012 09:09:41 +0000 (17:09 +0800)
Builder3/Window.js

index 5bf4a8b..d0a8854 100644 (file)
@@ -3231,7 +3231,7 @@ Window=new XObject({
                                                                                                                                                                                file.parent = false;
                                                                                                                                                                                 
                                                                                         var js_src = file.toSource();
-                                                                                                                                                                               if (js_src == this.renderedData && project.runhtml == this.runhtml) {
+                                                                                                                                                                               if (this.renderedData && js_src == this.renderedData && project.runhtml == this.runhtml) {
                                                                                                                                                                                        // unless it' sforced..
                                                                                                                                                                                        return;
                                                                                                                                                                                }