Skip to content

Commit

Permalink
Resize method: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
appfeel committed Jun 25, 2015
1 parent 0c1ea69 commit 77a8ba4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ios/OverAppBrowser.m
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ - (void)fadeToAlpha:(float)alpha duration:(float)duration {
- (void)resize:(CDVInvokedUrlCommand *)command {
NSArray* arguments = [command arguments];

self.callbackId = command.callbackId;
NSUInteger argc = [arguments count];

if (argc < 3) { // at a minimum we need x origin, y origin and width...
Expand Down

0 comments on commit 77a8ba4

Please sign in to comment.