Home
last modified time | relevance | path

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

/template/ospyramid/js/libs/
Drespond.js115 var thisq = eachq[ j ]; variable
117 media : thisq.match( /(only\s+)?([a-zA-Z]+)(\sand)?/ ) && RegExp.$2,
119 minw : thisq.match( /\(min\-width:[\s]*([\s]*[0-9]+)px[\s]*\)/ ) && parseFloat( RegExp.$1 ),
120 maxw : thisq.match( /\(max\-width:[\s]*([\s]*[0-9]+)px[\s]*\)/ ) && parseFloat( RegExp.$1 )