diff options
author | Struan Donald <struan@exo.org.uk> | 2013-03-25 13:27:37 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-03-25 17:13:54 +0000 |
commit | e5d7b3b62be5025f31c39b50ea3955398bc7cf40 (patch) | |
tree | b3a3c36275a727b7a66ba447090fffcc8363465e /iPhone/FixMyStreet/Classes/MainViewController.m | |
parent | 5ecc3c7d6049e0006f6dc25204f2ba5793864586 (diff) |
upgrade to ios phonegap 2.4
Diffstat (limited to 'iPhone/FixMyStreet/Classes/MainViewController.m')
-rw-r--r-- | iPhone/FixMyStreet/Classes/MainViewController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iPhone/FixMyStreet/Classes/MainViewController.m b/iPhone/FixMyStreet/Classes/MainViewController.m index 7d3871b..9fcf65d 100644 --- a/iPhone/FixMyStreet/Classes/MainViewController.m +++ b/iPhone/FixMyStreet/Classes/MainViewController.m @@ -93,7 +93,7 @@ /* Comment out the block below to over-ride */ /* -- (CDVCordovaView*) newCordovaViewWithFrame:(CGRect)bounds +- (UIWebView*) newCordovaViewWithFrame:(CGRect)bounds { return[super newCordovaViewWithFrame:bounds]; } |