diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-02-15 02:03:42 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2017-02-15 02:03:42 -0800 |
commit | 8eedf7e7e7afb78df8388ab7692118e6b9f3b466 (patch) | |
tree | bf5b071c9d00a9153b9bd5729c7722a1cb2ab565 | |
parent | f274bb0c14b13e0e7bbf65fc5a07f40fcaa482cc (diff) |
This loaded_ hack is hopefully no longer required.
-rw-r--r-- | CyteKit/WebViewController.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm index 4f11b5d..7d9bd80 100644 --- a/CyteKit/WebViewController.mm +++ b/CyteKit/WebViewController.mm @@ -549,7 +549,6 @@ float CYScrollViewDecelerationRateNormal; #endif if ([frame parentFrame] == nil) { - loaded_ = true; } } |