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: c93be285061daa2b5bf65931c5b69d84a58910a4 (plain)
1
2
3
4
5
define([
	"../../var/pnum"
], function( pnum ) {
	return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
});