Skip to content

Commit

Permalink
fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
jkissel committed Jun 11, 2024
1 parent 3c16209 commit d2f961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cadenza.js
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ export class CadenzaClient {
this.#log('postMessage', cadenzaEvent);
const targetWindow = this.#targetWindow;
assert(targetWindow != null, 'Cannot find target window');
(/** @type {WindowProxy} */ (targetWindow)).postMessage(cadenzaEvent, {
/** @type {WindowProxy} */ (targetWindow).postMessage(cadenzaEvent, {
targetOrigin: this.#origin,
transfer,
});
Expand Down

0 comments on commit d2f961e

Please sign in to comment.