diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 22:33:29 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-08 01:50:59 -0800 |
commit | d9fc1d3713a7d40d51ffd8db08b7045fa5a263d1 (patch) | |
tree | cf7483c6d5a48fc17189e1f30e1c7fa5615eca93 /CyteKit/WebViewController.h | |
parent | 18169cfd9bd3118f4c7c3b214482c912509288be (diff) |
Post CydiaReloadData events, don't actually reload the page.
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r-- | CyteKit/WebViewController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index 76bdd82..897a204 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -71,6 +71,7 @@ bool error_; _H<NSURLRequest> request_; + bool ready_; _H<NSURLRequest> stage1_; _H<NSURLRequest> stage2_; |