Blame view

bower_components/jquery/src/css/var/rnumnonpx.js 113 Bytes
c5169e0e   Renato De Donato   a new hope
1
  define([
74249687   Luigi Serra   Cross browser con...
2
3
4
  	"../../var/pnum"
  ], function( pnum ) {
  	return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
c5169e0e   Renato De Donato   a new hope
5
  });