Home
last modified time | relevance | path

Searched refs:valueA (Results 1 – 1 of 1) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js683 _CompareAttributeValues : function( attName, valueA, valueB ) argument
685 if ( attName == 'style' && valueA && valueB )
687 valueA = valueA.replace( /;$/, '' ).toLowerCase() ;
691 return ( valueA == valueB )