From bb49bd794bc8ea4238162725b518fb46234f3cf9 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Wed, 1 May 2024 00:54:19 +0200 Subject: All: Drop support for IE & some other browsers (but mostly IE) Closes gh-2249 --- tests/unit/widget/core.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/unit/widget') diff --git a/tests/unit/widget/core.js b/tests/unit/widget/core.js index 1054bf092..fe74e18e9 100644 --- a/tests/unit/widget/core.js +++ b/tests/unit/widget/core.js @@ -293,9 +293,7 @@ QUnit.test( "._getCreateOptions()", function( assert ) { assert.deepEqual( superOptions, {}, "Base implementation returns empty object" ); - // Support: IE8 - // Strict equality fails when comparing this.window in ie8 - assert.equal( this.window[ 0 ], window, "this.window is properly defined" ); + assert.strictEqual( this.window[ 0 ], window, "this.window is properly defined" ); assert.strictEqual( this.document[ 0 ], document, "this.document is properly defined" ); return { -- cgit v1.2.3