Skip to content
Permalink
9d5e76b215
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
7 lines (6 sloc) 131 Bytes
define( [
"../../var/pnum"
], function( pnum ) {
"use strict";
return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
} );