aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/css.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/css.js b/src/css.js
index 6668ed9b5..a98ad1af6 100644
--- a/src/css.js
+++ b/src/css.js
@@ -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,