Skip to content

Commit

Permalink
chore: reorder by alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven committed Apr 15, 2024
1 parent b6f7fb6 commit 6c3b622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/iframeResizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
if (typeof window === 'undefined') return // don't run for server side render

var count = 0,
destroyObserver,
logEnabled = false,
hiddenCheckEnabled = false,
msgHeader = 'message',
Expand Down Expand Up @@ -68,8 +69,7 @@
onScroll: function () {
return true
}
}),
destroyObserver
})

function getMutationObserver() {
return (
Expand Down

0 comments on commit 6c3b622

Please sign in to comment.