aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2015-05-11 23:23:09 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2015-06-01 14:05:05 +0200
commitd471842b3e3af83c9a1be06b5d16f75bfa96af8c (patch)
treea0bbfce6e33b05a48b73a442d5c82d5737d9a1ad /package.json
parent6df669f0fb87cd9975a18bf6bbe3c3548afa4fee (diff)
downloadjquery-d471842b3e3af83c9a1be06b5d16f75bfa96af8c.tar.gz
jquery-d471842b3e3af83c9a1be06b5d16f75bfa96af8c.zip
CSS: Don't cache unrecognized CSS property names
This prevents jQuery from caching a prefixed property name if provided directly by the user, e.g. the following code: elem.css( "msTransform", "translate(5px, 2px)" ); should not prevent one from from later setting the transition directly: elem.css( "transform", "translate(5px, 2px)" ); on a browser not understanding the unprefixed version which is the case for Safari 8 & transform. Fixes gh-2015 Closes gh-2298
Diffstat (limited to 'package.json')
0 files changed, 0 insertions, 0 deletions