]> git.saurik.com Git - cydia.git/commitdiff
Stupid typo of doomish hell.
authorJay Freeman (saurik) <saurik@saurk.com>
Mon, 26 Jan 2009 10:52:31 +0000 (10:52 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:09:42 +0000 (07:09 +0000)
UICaboodle/BrowserView.m

index d2a97c840f7eb771ffb7e608aeaabfd751a16392..e7dd58be13b5037dc35222326db2682774c5140c 100644 (file)
 }
 
 - (void) webView:(WebView *)sender runJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame {
-    if ([self _allowJavaScriptPanel])
+    if (![self _allowJavaScriptPanel])
         return;
 
     UIActionSheet *sheet = [[[UIActionSheet alloc]