Skip to content

Commit 789e204

Browse files
authored
Merge pull request #98 from microsoft/authors/pasta/UpdateReturnTimeOfClose
Update return type of close to void
2 parents 03fdd37 + 0d81257 commit 789e204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/launchAsync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ export function launchAsync(token: string, subdomain: string, content: Content,
161161
});
162162
}
163163

164-
export function close() {
164+
export function close(): void {
165165
window.postMessage('ImmersiveReader-Exit', '*');
166166
}

0 commit comments

Comments
 (0)