spelling mistake (insead)

This commit is contained in:
tomviner 2010-02-06 01:31:49 +08:00 committed by John Resig
parent d743899971
commit 8a66a30fec

View file

@ -330,7 +330,7 @@ jQuery.extend({
} }
// elem is actually elem.style ... set the style // 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 ); return jQuery.style( elem, name, value );
} }
}); });