Skip to content

Commit

Permalink
Update bridge.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle authored Jul 2, 2023
1 parent 04bf474 commit 60b2224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrome/bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
/* global QUnit:true */
(function (factory) {
if (window.self !== window.top) {
// Ignore iframes. https://github.com/gruntjs/grunt-contrib-qunit/issues/202
return;
}
if (typeof define === 'function' && define.amd) {
Expand Down

0 comments on commit 60b2224

Please sign in to comment.