We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cae174 commit 7214002Copy full SHA for 7214002
src/jquery/css.js
@@ -75,7 +75,7 @@ if ( jQueryVersionSince( "3.4.0" ) && typeof Proxy !== "undefined" ) {
75
76
jQuery.cssProps = new Proxy( jQuery.cssProps || {}, {
77
set: function() {
78
- migrateWarn( "JQMIGRATE: jQuery.cssProps is deprecated" );
+ migrateWarn( "jQuery.cssProps is deprecated" );
79
return Reflect.set.apply( this, arguments );
80
}
81
} );
0 commit comments