aboutsummaryrefslogtreecommitdiffstats
path: root/src/selector-sizzle.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/selector-sizzle.js')
-rw-r--r--src/selector-sizzle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selector-sizzle.js b/src/selector-sizzle.js
index 3dbfa3cd0..7d3926b1a 100644
--- a/src/selector-sizzle.js
+++ b/src/selector-sizzle.js
@@ -1,7 +1,7 @@
define([
"./core",
"sizzle"
-], function ( jQuery, Sizzle ) {
+], function( jQuery, Sizzle ) {
jQuery.find = Sizzle;
jQuery.expr = Sizzle.selectors;