Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Jun 21, 2024
1 parent a24e290 commit f626066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wombat.js
Original file line number Diff line number Diff line change
Expand Up @@ -5714,7 +5714,7 @@ Wombat.prototype.initPostMessageOverride = function($wbwindow) {

var targetOrigin;

if (typeof(targetOrigin_or_options) === "object") {
if (typeof(targetOrigin_or_options) === 'object') {
targetOrigin = targetOrigin_or_options.targetOrigin;
transfer = targetOrigin_or_options.transfer;
} else {
Expand Down

0 comments on commit f626066

Please sign in to comment.