Searched refs:unitRE (Results 1 – 1 of 1) sorted by relevance
508 unitRE: /(px|em|ex|mm|cm|in|pt|pc|%)$/, property in Length531 m = this.val.match( this.unitRE );782 unitRE: /[a-z]+$/i, property in Angle788 return this._unit || ( this._unit = this.val.match( this.unitRE )[0].toLowerCase() );