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:
Norman Xu 2014-12-17 21:51:36 +00:00 committed by Oleg Gaidarenko
parent efb98f85ba
commit 2866da9e12

View File

@ -6,7 +6,7 @@ define([
"./event/support",
"./core/init",
"./data/accepts",
"./data",
"./selector"
], function( jQuery, rnotwhite, hasOwn, slice, support ) {