Skip to content

Commit

Permalink
fix(google-maps): add args to panBy (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
rapropos authored and ihadeed committed May 9, 2017
1 parent ce2cc1b commit ec85792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/google-maps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ export class GoogleMap {
remove(): void { }

@CordovaInstance({ sync: true })
panBy(): void { }
panBy(x: string, y: string): void { }
}

/**
Expand Down

0 comments on commit ec85792

Please sign in to comment.