mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
d471842b3e
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 |
||
---|---|---|
.. | ||
data | ||
node_smoke_tests | ||
unit | ||
.jshintrc | ||
delegatetest.html | ||
hovertest.html | ||
index.html | ||
jquery.js | ||
localfile.html | ||
networkerror.html | ||
promises_aplus_adapter.js | ||
readywait.html | ||
xhtml.php |