mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
42ea746825
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.
(cherry-picked from
|
||
---|---|---|
.. | ||
data | ||
integration | ||
unit | ||
.jshintrc | ||
delegatetest.html | ||
hovertest.html | ||
index.html | ||
jquery.js | ||
localfile.html | ||
networkerror.html | ||
promises-aplus-adapter.js | ||
readywait.html | ||
xhtml.php |