Skip to content

Commit

Permalink
Automatic update to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
torben committed Mar 22, 2019
1 parent 801868a commit 8d73d51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2752,7 +2752,8 @@ let tests:Array<Test> = [{callback: function(
})
if (
typeof targetTechnology !== 'undefined' &&
targetTechnology === 'web' && roundType === 'full'
targetTechnology === 'web' &&
roundType === 'full'
) {
this.test(`sendToIFrame (${roundType})`, (assert:Object):void => {
const iFrame = $('<iframe>').hide().attr('name', 'test')
Expand Down

0 comments on commit 8d73d51

Please sign in to comment.