From: Jörn Zaefferer Date: Thu, 11 Jan 2007 13:57:40 +0000 (+0000) Subject: Fixed missing typo X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=fd30d7746d1b98b362f796f235805061d63d514f;p=jquery.git Fixed missing typo --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 9db0f9d..f942bf4 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" )