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

rcssNum.js « var « src « jquery « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 408f5e26d0eb86fe07c58f9d05e6b57ea9df1844 (plain)
1
2
3
4
5
6
7
define( [
	"../var/pnum"
], function( pnum ) {

return new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" );

} );