Skip to content

Commit

Permalink
Fix: issue #352
Browse files Browse the repository at this point in the history
  • Loading branch information
wf9a5m75 committed Jan 29, 2015
1 parent be93835 commit df19b7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ios/GoogleMaps/Marker.m
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,6 @@ -(void)setIcon:(CDVInvokedUrlCommand *)command
NSString *markerKey = [command.arguments objectAtIndex:1];
GMSMarker *marker = [self.mapCtrl.overlayManager objectForKey:markerKey];

CDVPluginResult* pluginResult = [CDVPluginResult resultWithStatus:CDVCommandStatus_NO_RESULT];
[pluginResult setKeepCallbackAsBool:YES];
[self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId];

// Create icon
pluginResult = [CDVPluginResult resultWithStatus:CDVCommandStatus_OK];
NSDictionary *iconProperty = [command.arguments objectAtIndex:2];
Expand Down

0 comments on commit df19b7c

Please sign in to comment.