X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fattributes.js;h=4fa49b914169a90af85fa579867ed8ed32c80690;hb=37b607d2815b893d13de4ac3461090d0dd46535e;hp=73b4cdf116627f0bd490c7f1219c55d96e1b8bd9;hpb=bca576550249e9b79b1097669dff6d4ddd0d65cf;p=jquery.git diff --git a/src/attributes.js b/src/attributes.js index 73b4cdf..4fa49b9 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -341,10 +341,6 @@ jQuery.extend({ // Non-existent attributes return null, we normalize to undefined return attr === null ? undefined : attr; } - - // elem is actually elem.style ... set the style - // Using attr for specific style information is now deprecated. Use style instead. - return jQuery.style( elem, name, value ); } });