aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortomviner <github@viner.tv>2010-02-06 01:31:49 +0800
committerJohn Resig <jeresig@gmail.com>2010-02-06 10:50:57 +0800
commit8a66a30fece5db98a5f606b11c15fef1016d045a (patch)
treeb7dc1504b821d17dc519a8d844fcb77ff76b2c1e
parentd74389997106b02cf513f573a0d7197ecc511514 (diff)
downloadjquery-8a66a30fece5db98a5f606b11c15fef1016d045a.tar.gz
jquery-8a66a30fece5db98a5f606b11c15fef1016d045a.zip
spelling mistake (insead)
-rw-r--r--src/attributes.js2
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 );
}
});