Searched refs:maxw (Results 1 – 2 of 2) sorted by relevance
7 …maxw:D.match(/\(max\-width:[\s]*([\s]*[0-9]+)px[\s]*\)/)&&parseFloat(RegExp.$1)})}}j()},l,q,j=func… property
120 maxw : thisq.match( /\(max\-width:[\s]*([\s]*[0-9]+)px[\s]*\)/ ) && parseFloat( RegExp.$1 ) property154 if( !thisstyle.minw && !thisstyle.maxw || 156 (!thisstyle.maxw || thisstyle.maxw && currWidth <= thisstyle.maxw ) ){