mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 00:15:08 -05:00
Fixed missing typo
This commit is contained in:
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user