Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/model/
Ddirective.ts569 const SPACE_REG: RegExp = /\s+/; constant
573 if (typeof v === 'string' && SPACE_REG.test(v)) {
574 newClassList.push(...v.trim().split(SPACE_REG));