Lines Matching full:exclude
612 // exclude the following css properties to add px613 var exclude = /z-?index|font-?weight|opacity|zoom|line-?height/i,704 return typeof value === "number" && type == "curCSS" && !exclude.test( name ) ?