diff --git a/PBWebController.m b/PBWebController.m index 1c8372c..a321578 100644 --- a/PBWebController.m +++ b/PBWebController.m @@ -36,7 +36,7 @@ - (void)webView:(WebView *)webView addMessageToConsole:(NSDictionary *)dictionary { - NSLog(@"Error from webkit!"); + NSLog(@"Error from webkit: %@", dictionary); } + (BOOL)isSelectorExcludedFromWebScript:(SEL)aSelector