Skip to content

Commit 509eeb8

Browse files
committed
CSS: Remove a redundant extension from rtrimCSS inclusion in curCSS
This breaks the AMD mode.
1 parent 219ccf5 commit 509eeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/curCSS.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ define( [
55
"./var/rnumnonpx",
66
"./var/getStyles",
77
"./var/rcustomProp",
8-
"../var/rtrimCSS.js",
8+
"../var/rtrimCSS",
99
"./support"
1010
], function( jQuery, isAttached, rboxStyle, rnumnonpx, getStyles,
1111
rcustomProp, rtrimCSS, support ) {

0 commit comments

Comments
 (0)