Add a missing quote and fix a bug masked by a PhoneGap bug.

This commit is contained in:
Matthew Schulkind
2011-08-17 16:00:42 -04:00
parent 7963c25949
commit 977138a72e

View File

@@ -13,7 +13,7 @@
#import <PhoneGap/SBJSON.h>
#else
#import "SBJsonParser.h"
#import "SBJSON.h
#import "SBJSON.h"
#endif
@implementation MapKitView
@@ -154,8 +154,6 @@
SBJSON *parser=[[SBJSON alloc] init];
NSArray *pins = [parser objectWithString:[arguments objectAtIndex:0]];
#pragma unused(pins)
[parser autorelease];
CGRect webViewBounds = self.webView.bounds;