Home
last modified time | relevance | path

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

/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js508 unitRE: /(px|em|ex|mm|cm|in|pt|pc|%)$/, property in Length
531 m = this.val.match( this.unitRE );
782 unitRE: /[a-z]+$/i, property in Angle
788 return this._unit || ( this._unit = this.val.match( this.unitRE )[0].toLowerCase() );