mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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
This commit is contained in:
parent
efb98f85ba
commit
2866da9e12
@ -6,7 +6,7 @@ define([
|
||||
"./event/support",
|
||||
|
||||
"./core/init",
|
||||
"./data/accepts",
|
||||
"./data",
|
||||
"./selector"
|
||||
], function( jQuery, rnotwhite, hasOwn, slice, support ) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user