]> source.dussan.org Git - jquery.git/commit
Offset: Send px-ed strings to .css()
authorDave Methvin <dave.methvin@gmail.com>
Mon, 21 Oct 2019 16:53:24 +0000 (12:53 -0400)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 21 Oct 2019 16:53:24 +0000 (18:53 +0200)
commit57038faebc6ece5bd666c28303f8a91ff59153eb
tree613aeb4c5dcfb5a8ea962aba6f31217b7c01f27c
parent6d31477a35bfa70d209522b5e8c7e948b6c4d599
Offset: Send px-ed strings to .css()

An upcoming release of Migrate will generate warnings for calls to .css() that pass numbers rather than strings, see jquery/jquery-migrate#296 . At the moment, core's .offset() setter passes numbers rather than px strings so it would throw warnings. This commit fixes that.

Closes gh-4508
src/offset.js