Skip to content

Commit

Permalink
fix(typescript): remove unused replace parameter
Browse files Browse the repository at this point in the history
This closes apache#295
  • Loading branch information
timbru31 authored Jan 29, 2019
1 parent 632a395 commit 6070cbb
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 6070cbb

Please sign in to comment.