diff options
Diffstat (limited to 'node_modules/jquery/src/core/stripAndCollapse.js')
| -rw-r--r-- | node_modules/jquery/src/core/stripAndCollapse.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/node_modules/jquery/src/core/stripAndCollapse.js b/node_modules/jquery/src/core/stripAndCollapse.js deleted file mode 100644 index 2b63820..0000000 --- a/node_modules/jquery/src/core/stripAndCollapse.js +++ /dev/null @@ -1,14 +0,0 @@ -define( [ - "../var/rnothtmlwhite" -], function( rnothtmlwhite ) { - "use strict"; - - // Strip and collapse whitespace according to HTML spec - // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace - function stripAndCollapse( value ) { - var tokens = value.match( rnothtmlwhite ) || []; - return tokens.join( " " ); - } - - return stripAndCollapse; -} ); |
