Fixed missing typo

This commit is contained in:
Jörn Zaefferer 2007-01-11 13:57:40 +00:00
parent d1390665b6
commit fd30d7746d

View file

@ -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" )