]> source.dussan.org Git - jquery.git/commitdiff
CSS: Remove a redundant extension from rtrimCSS inclusion in curCSS
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 18 Oct 2021 22:31:49 +0000 (00:31 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 18 Oct 2021 22:31:49 +0000 (00:31 +0200)
This breaks the AMD mode.

src/css/curCSS.js

index 118499f262f54b6803f59d9f1cafe3daa410211c..9d8750973bdce520bb55463faf78214616377852 100644 (file)
@@ -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 ) {