We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc2bf9 commit f36fe9eCopy full SHA for f36fe9e
tests/unit/position/core.js
@@ -105,7 +105,7 @@ QUnit.test( "positions", function( assert ) {
105
assert.deepEqual( el.offset(), {
106
top: start.top + offsets[ vertical ] * ( my ? -1 : 1 ),
107
left: start.left + offsets[ horizontal ] * ( my ? -1 : 1 )
108
- }, "Position via " + QUnit.jsDump.parse( { my: _my, at: _at } ) );
+ }, "Position via " + QUnit.dump.parse( { my: _my, at: _at } ) );
109
} );
110
111
0 commit comments