Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rnumnonpx.js « var « css « src « jquery « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed13f0b985946cc3cee1bf972547d45d8da06d14 (plain)
1
2
3
4
5
define( [
	"../../var/pnum"
], function( pnum ) {
	return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
} );