Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/mediaquery/
DmediaQuery.ts125 const commaCondition: string = noScreen.replace(/or[(]/g, ',('); constant
128 const conditionArr: string[] = commaCondition.split(',');