git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d743899
)
spelling mistake (insead)
author
tomviner
<github@viner.tv>
Fri, 5 Feb 2010 17:31:49 +0000
(
01:31
+0800)
committer
John Resig
<jeresig@gmail.com>
Sat, 6 Feb 2010 02:50:57 +0000
(10:50 +0800)
src/attributes.js
patch
|
blob
|
history
diff --git
a/src/attributes.js
b/src/attributes.js
index
b22acba
..
d217793
100644
(file)
--- 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 );
}
});