File "rcssNum.js"

Full Path: C:/wamp64/www/porteria/node_modules/jquery/src/var/rcssNum.js
File size: 136 bytes
MIME-type: text/plain
Charset: utf-8

define( [
	"../var/pnum"
], function( pnum ) {

"use strict";

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

} );