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:
d139066
)
Fixed missing typo
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Thu, 11 Jan 2007 13:57:40 +0000
(13:57 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Thu, 11 Jan 2007 13:57:40 +0000
(13:57 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
9db0f9d
..
f942bf4
100644
(file)
--- a/
src/jquery/jquery.js
+++ b/
src/jquery/jquery.js
@@
-1254,7
+1254,7
@@
jQuery.extend({
prop: function(elem, value, type){
// Handle executable functions
if ( value.constructor == Function )
- return value.call( elem )
+ return value.call( elem );
// Handle passing in a number to a CSS property
if ( value.constructor == Number && type == "css" )