X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fattributes.js;h=d217793cce4343f870c958f17b0fac9fc76cc177;hb=8a66a30fece5db98a5f606b11c15fef1016d045a;hp=b22acba03ec72902cae1f7f1109d45723c478c6c;hpb=d74389997106b02cf513f573a0d7197ecc511514;p=jquery.git diff --git a/src/attributes.js b/src/attributes.js index b22acba..d217793 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -330,7 +330,7 @@ jQuery.extend({ } // elem is actually elem.style ... set the style - // Using attr for specific style information is now deprecated. Use style insead. + // Using attr for specific style information is now deprecated. Use style instead. return jQuery.style( elem, name, value ); } });