Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/mediaquery/
DmediaQuery.ts371 const orientaton = condition.match(/[a-z-]+/g); constant
372 if (!orientaton || orientaton.length !== 2) {
376 return orientaton[1] === mediaStatus['orientation'];