Fixed missing typo
This commit is contained in:
parent
d1390665b6
commit
fd30d7746d
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
|
@ -1254,7 +1254,7 @@ jQuery.extend({
|
||||||
prop: function(elem, value, type){
|
prop: function(elem, value, type){
|
||||||
// Handle executable functions
|
// Handle executable functions
|
||||||
if ( value.constructor == Function )
|
if ( value.constructor == Function )
|
||||||
return value.call( elem )
|
return value.call( elem );
|
||||||
|
|
||||||
// Handle passing in a number to a CSS property
|
// Handle passing in a number to a CSS property
|
||||||
if ( value.constructor == Number && type == "css" )
|
if ( value.constructor == Number && type == "css" )
|
||||||
|
|
Loading…
Reference in a new issue