Blame view

app/bower_components/jquery/src/css/var/rnumnonpx.js 113 Bytes
f986e111b   TRUONG   add libs
1
2
3
4
5
  define([
  	"../../var/pnum"
  ], function( pnum ) {
  	return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
  });