aboutsummaryrefslogtreecommitdiffstats
path: root/iPhone/FixMyStreet/Classes/MainViewController.m
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-03-25 13:27:37 +0000
committerStruan Donald <struan@exo.org.uk>2013-03-25 17:13:54 +0000
commite5d7b3b62be5025f31c39b50ea3955398bc7cf40 (patch)
treeb3a3c36275a727b7a66ba447090fffcc8363465e /iPhone/FixMyStreet/Classes/MainViewController.m
parent5ecc3c7d6049e0006f6dc25204f2ba5793864586 (diff)
upgrade to ios phonegap 2.4
Diffstat (limited to 'iPhone/FixMyStreet/Classes/MainViewController.m')
-rw-r--r--iPhone/FixMyStreet/Classes/MainViewController.m2
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];
}