diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-10 15:17:41 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-10 15:17:41 +0100 |
commit | 8c81bd47bbe3ed65a55a2c5fd376bfd726bd6777 (patch) | |
tree | 4076c08e5e85159da272ee455de412a1ae92679b /iPhone/CordovaLib/Classes/CDVWebViewDelegate.h | |
parent | 7d57c4bfa201c12885b26b186ebac4b3028d570b (diff) |
upgrade iOS to phonegap 2.9
Diffstat (limited to 'iPhone/CordovaLib/Classes/CDVWebViewDelegate.h')
-rwxr-xr-x | iPhone/CordovaLib/Classes/CDVWebViewDelegate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iPhone/CordovaLib/Classes/CDVWebViewDelegate.h b/iPhone/CordovaLib/Classes/CDVWebViewDelegate.h index 8a89a22..dd71807 100755 --- a/iPhone/CordovaLib/Classes/CDVWebViewDelegate.h +++ b/iPhone/CordovaLib/Classes/CDVWebViewDelegate.h @@ -30,8 +30,10 @@ NSInteger _loadCount; NSInteger _state; NSInteger _curLoadToken; + NSInteger _loadStartPollCount; } - (id)initWithDelegate:(NSObject <UIWebViewDelegate>*)delegate; +- (BOOL)request:(NSURLRequest*)newRequest isFragmentIdentifierToRequest:(NSURLRequest*)originalRequest; @end |