Searched refs:valueB (Results 1 – 1 of 1) sorted by relevance
683 _CompareAttributeValues : function( attName, valueA, valueB ) argument685 if ( attName == 'style' && valueA && valueB )688 valueB = valueB.replace( /;$/, '' ).toLowerCase() ;691 return ( valueA == valueB )