From 9fe5e5f86da78ba617752610bcb70a09d0975d08 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 26 Oct 2008 20:03:40 +0000 Subject: Internalized JavaScript activatorial. --- UICaboodle/BrowserView.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'UICaboodle') diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index 5be825c..0c4cbb0 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -22,10 +22,15 @@ IndirectDelegate *indirect_; NSURLAuthenticationChallenge *challenge_; + NSNumber *confirm_; NSString *title_; bool loading_; bool reloading_; + NSString *button_; + NSString *style_; + WebScriptObject *function_; + bool pushed_; } -- cgit v1.2.3