From 8a66a30fece5db98a5f606b11c15fef1016d045a Mon Sep 17 00:00:00 2001 From: tomviner Date: Sat, 6 Feb 2010 01:31:49 +0800 Subject: [PATCH] spelling mistake (insead) --- src/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attributes.js b/src/attributes.js index b22acba0..d217793c 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 ); } });