Sign in
appsheet-third-party
/
jquery
/
refs/heads/main
/
.
/
src
/
var
/
whitespace.js
blob: 2a6059b098fab9a3d763303592587dd743c519ef [
file
] [
log
] [
blame
] [
edit
]
define
(
function
()
{
"use strict"
;
// https://www.w3.org/TR/css3-selectors/#whitespace
return
"[\\x20\\t\\r\\n\\f]"
;
}
);