Skip to content

Commit

Permalink
Fix #11787: Remove jQuery.curCSS, closes gh-801.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored and dmethvin committed May 31, 2012
1 parent 1122c8c commit 2d37b6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/css.js
Expand Up @@ -317,9 +317,6 @@ jQuery.extend({
}
});

// DEPRECATED in 1.3, Use jQuery.css() instead
jQuery.curCSS = jQuery.css;

if ( document.defaultView && document.defaultView.getComputedStyle ) {
curCSS = function( elem, name ) {
var ret, defaultView, computedStyle, width,
Expand Down

0 comments on commit 2d37b6c

Please sign in to comment.