Fix #11787: Remove jQuery.curCSS, closes gh-801.

This commit is contained in:
Richard Gibson 2012-05-29 00:31:01 -04:00 committed by Dave Methvin
parent 1122c8ce32
commit 2d37b6ccb8

View File

@ -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,