From: Norman Xu Date: Wed, 17 Dec 2014 21:51:36 +0000 (+0000) Subject: Event: Add reference to data module X-Git-Tag: 3.0.0-alpha1+compat~159 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2866da9e12b7cf339667ae894ffe072f4eb673de;p=jquery.git 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 --- diff --git a/src/event.js b/src/event.js index f6674872d..b3a149891 100644 --- a/src/event.js +++ b/src/event.js @@ -6,7 +6,7 @@ define([ "./event/support", "./core/init", - "./data/accepts", + "./data", "./selector" ], function( jQuery, rnotwhite, hasOwn, slice, support ) {