aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.js
diff options
context:
space:
mode:
authorTimmy Willison <4timmywil@gmail.com>2018-01-16 12:41:40 -0500
committerTimmy Willison <4timmywil@gmail.com>2018-01-16 12:41:40 -0500
commitfa793bee203ac14021188e12a126e195e83f1647 (patch)
tree553da250fc71855d57442bc38bbe2ff8d058827d /src/event.js
parent5d3a968e031ab8dff5c07e1d6bb4f196fb82bfa0 (diff)
downloadjquery-fa793bee203ac14021188e12a126e195e83f1647.tar.gz
jquery-fa793bee203ac14021188e12a126e195e83f1647.zip
Tests: fix tests in AMD mode
Diffstat (limited to 'src/event.js')
-rw-r--r--src/event.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event.js b/src/event.js
index aba26103d..6cbe774ba 100644
--- a/src/event.js
+++ b/src/event.js
@@ -10,7 +10,7 @@ define( [
"./core/init",
"./selector"
-], function( jQuery, document, isFunction, documentElement, rnothtmlwhite,
+], function( jQuery, document, documentElement, isFunction, rnothtmlwhite,
slice, dataPriv, nodeName ) {
"use strict";