Skip to content

Commit

Permalink
Reformat files with new prettier version
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos committed May 21, 2020
1 parent bd89eda commit 6b1d4a7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
document.addEventListener( 'DOMContentLoaded', function(){
document.addEventListener( 'DOMContentLoaded', function () {
let premiumContentJWTToken = '';

/**
Expand Down Expand Up @@ -44,6 +44,6 @@ document.addEventListener( 'DOMContentLoaded', function(){
}

if ( typeof window !== 'undefined' ) {
window.addEventListener('message', handleIframeResult, false);
window.addEventListener( 'message', handleIframeResult, false );
}
} );
} );

0 comments on commit 6b1d4a7

Please sign in to comment.