diff options
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 |