X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=085b576b9e74a1e30804a86e26534ea1a4a33db5;hb=b98898d95be5cb7bb8b9fdb0d8a2595fc8d9cdf9;hp=67959697bf2472e131697a4dcc280ec878cc1af0;hpb=756183f6073a1e9fe6fae538d6f60899df47e2a1;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 6795969..085b576 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1268,7 +1268,7 @@ jQuery.extend({ return value.call( elem, [index] ); // exclude the following css properties to add px - var exclude = /z-?index|font-?weight|opacity|zoom/i; + var exclude = /z-?index|font-?weight|opacity|zoom|line-?height/i; // Handle passing in a number to a CSS property if ( value.constructor == Number && type == "curCSS" && !exclude.test(prop) )