mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
CSS: Remove a redundant extension from rtrimCSS inclusion in curCSS
This breaks the AMD mode.
This commit is contained in:
parent
219ccf5c5f
commit
509eeb892c
@ -5,7 +5,7 @@ define( [
|
||||
"./var/rnumnonpx",
|
||||
"./var/getStyles",
|
||||
"./var/rcustomProp",
|
||||
"../var/rtrimCSS.js",
|
||||
"../var/rtrimCSS",
|
||||
"./support"
|
||||
], function( jQuery, isAttached, rboxStyle, rnumnonpx, getStyles,
|
||||
rcustomProp, rtrimCSS, support ) {
|
||||
|
Loading…
Reference in New Issue
Block a user