Files
w4rpservices/node_modules/jquery/src/var/rnothtmlwhite.js
T
2018-10-27 03:51:47 -05:00

9 lines
202 B
JavaScript
Vendored

define( function() {
"use strict";
// Only count HTML whitespace
// Other whitespace should count in values
// https://infra.spec.whatwg.org/#ascii-whitespace
return ( /[^\x20\t\r\n\f]+/g );
} );