Home
last modified time | relevance | path

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

/template/ospyramid/js/libs/
Drespond.min.js7minw:D.match(/\(min\-width:[\s]*([\s]*[0-9]+)px[\s]*\)/)&&parseFloat(RegExp.$1),maxw:D.match(/\(ma… property
Drespond.js119 minw : thisq.match( /\(min\-width:[\s]*([\s]*[0-9]+)px[\s]*\)/ ) && parseFloat( RegExp.$1 ), property
154 if( !thisstyle.minw && !thisstyle.maxw ||
155 ( !thisstyle.minw || thisstyle.minw && currWidth >= thisstyle.minw ) &&