aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jquery/src/var/rnothtmlwhite.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/jquery/src/var/rnothtmlwhite.js')
-rw-r--r--node_modules/jquery/src/var/rnothtmlwhite.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/node_modules/jquery/src/var/rnothtmlwhite.js b/node_modules/jquery/src/var/rnothtmlwhite.js
deleted file mode 100644
index 29eebf2..0000000
--- a/node_modules/jquery/src/var/rnothtmlwhite.js
+++ /dev/null
@@ -1,8 +0,0 @@
-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 );
-} );