tests/webkit_inspector.js
[app.Builder.js] / tests / webkit_inspector.js
index faed9db..b11f5a8 100644 (file)
@@ -49,7 +49,7 @@ w1.signal.show.connect(function() {
 // load the inspector when loading has finished!
 w1.signal.load_finished.connect(function(wv) {
     w1.get_inspector().show();
-    return true;
 });
 
 w1.get_inspector().signal.inspect_web_view.connect(function() {