diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 9db0f9d5f..f942bf4f6 100644 --- 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" )