Skip to content

Commit 2d37b6c

Browse files
gibson042dmethvin
authored andcommitted
Fix #11787: Remove jQuery.curCSS, closes jquerygh-801.
1 parent 1122c8c commit 2d37b6c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/css.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,6 @@ jQuery.extend({
317317
}
318318
});
319319

320-
// DEPRECATED in 1.3, Use jQuery.css() instead
321-
jQuery.curCSS = jQuery.css;
322-
323320
if ( document.defaultView && document.defaultView.getComputedStyle ) {
324321
curCSS = function( elem, name ) {
325322
var ret, defaultView, computedStyle, width,

0 commit comments

Comments
 (0)