Skip to content

Commit 2866da9

Browse files
normanzbmarkelog
authored andcommitted
Event: Add reference to data module
Since we are using _data() quite a lot in event module and drop data/accepts as there is no direct reference Ref gh-1948
1 parent efb98f8 commit 2866da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ define([
66
"./event/support",
77

88
"./core/init",
9-
"./data/accepts",
9+
"./data",
1010
"./selector"
1111
], function( jQuery, rnotwhite, hasOwn, slice, support ) {
1212

0 commit comments

Comments
 (0)