Skip to content
Permalink
Browse files
Fix #11787: Remove jQuery.curCSS, closes gh-801.
  • 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.
@@ -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,

0 comments on commit 2d37b6c

Please sign in to comment.