aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.js')
-rw-r--r--src/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.js b/src/core.js
index ed1f7d5b1..f605e1d01 100644
--- a/src/core.js
+++ b/src/core.js
@@ -222,7 +222,7 @@ jQuery.fn = jQuery.prototype = {
},
is: function( selector ) {
- return !!selector && jQuery.multiFilter( selector, this ).length > 0;
+ return !!selector && jQuery.filter( selector, this ).length > 0;
},
// For internal use only.