aboutsummaryrefslogtreecommitdiffstats
path: root/src/deprecated.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/deprecated.js')
-rw-r--r--src/deprecated.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/deprecated.js b/src/deprecated.js
index be1997321..e58156f9e 100644
--- a/src/deprecated.js
+++ b/src/deprecated.js
@@ -1,6 +1,5 @@
import jQuery from "./core.js";
import slice from "./var/slice.js";
-import trim from "./var/trim.js";
import "./deprecated/ajax-event-alias.js";
import "./deprecated/event.js";
@@ -43,7 +42,3 @@ jQuery.holdReady = function( hold ) {
jQuery.ready( true );
}
};
-
-jQuery.trim = function( text ) {
- return text == null ? "" : trim.call( text );
-};