BrowserView.js
authorChris <chris@roojs.com>
Tue, 17 Sep 2013 05:35:39 +0000 (13:35 +0800)
committerChris <chris@roojs.com>
Tue, 17 Sep 2013 05:35:39 +0000 (13:35 +0800)
BrowserView.js

index 1e1d4ae..da939dd 100644 (file)
@@ -326,7 +326,7 @@ BrowserView = new GType({
         this.signal.load_finished.connect(load_finished);
         this.signal.load_progress_changed.connect(update_progress);
        print(WebKit.WebFrame);
-       var mv = this.get_main_frame().
+       var mv = this.get_main_frame();
         print(mv);
         print("plugins");