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