Skip to content

Commit 6db2f2d

Browse files
timbru31janpio
authored andcommitted
fix(typescript): remove unused replace parameter (#410)
This closes #295
1 parent 632a395 commit 6db2f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface Window {
1717
* The options string must not contain any blank space, and each feature's
1818
* name/value pairs must be separated by a comma. Feature names are case insensitive.
1919
*/
20-
open(url: string, target?: string, options?: string, replace?: boolean): InAppBrowser;
20+
open(url: string, target?: string, options?: string): InAppBrowser;
2121
}
2222

2323
/**

0 commit comments

Comments
 (0)