From fd30d7746d1b98b362f796f235805061d63d514f Mon Sep 17 00:00:00 2001
From: =?utf8?q?J=C3=B6rn=20Zaefferer?= <joern.zaefferer@gmail.com>
Date: Thu, 11 Jan 2007 13:57:40 +0000
Subject: [PATCH] Fixed missing typo

---
 src/jquery/jquery.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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