diff options
author | tomviner <github@viner.tv> | 2010-02-06 01:31:49 +0800 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2010-02-06 10:50:57 +0800 |
commit | 8a66a30fece5db98a5f606b11c15fef1016d045a (patch) | |
tree | b7dc1504b821d17dc519a8d844fcb77ff76b2c1e | |
parent | d74389997106b02cf513f573a0d7197ecc511514 (diff) | |
download | jquery-8a66a30fece5db98a5f606b11c15fef1016d045a.tar.gz jquery-8a66a30fece5db98a5f606b11c15fef1016d045a.zip |
spelling mistake (insead)
-rw-r--r-- | src/attributes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes.js b/src/attributes.js index b22acba03..d217793cc 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 ); } }); |