Skip to content

Commit

Permalink
fix(typescript): remove unused replace parameter (#410)
Browse files Browse the repository at this point in the history
This closes #295
  • Loading branch information
timbru31 authored and janpio committed Jan 29, 2019
1 parent 632a395 commit 6db2f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface Window {
* The options string must not contain any blank space, and each feature's
* name/value pairs must be separated by a comma. Feature names are case insensitive.
*/
open(url: string, target?: string, options?: string, replace?: boolean): InAppBrowser;
open(url: string, target?: string, options?: string): InAppBrowser;
}

/**
Expand Down

0 comments on commit 6db2f2d

Please sign in to comment.