From: tomviner Date: Fri, 5 Feb 2010 17:31:49 +0000 (+0800) Subject: spelling mistake (insead) X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=8a66a30fece5db98a5f606b11c15fef1016d045a;hp=d74389997106b02cf513f573a0d7197ecc511514;p=jquery.git spelling mistake (insead) --- 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 ); } });