All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.css.var.rnumnonpx.js Maven / Gradle / Ivy

The newest version!
define( [
	"../../var/pnum"
], function( pnum ) {
	"use strict";

	return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
} );




© 2015 - 2024 Weber Informatics LLC | Privacy Policy