]> source.dussan.org Git - jquery.git/commitdiff
Event: Add reference to data module
authorNorman Xu <homyu.shinn@gmail.com>
Wed, 17 Dec 2014 21:51:36 +0000 (21:51 +0000)
committerOleg Gaidarenko <markelog@gmail.com>
Wed, 31 Dec 2014 14:43:03 +0000 (17:43 +0300)
Since we are using _data() quite a lot in event module
and drop data/accepts as there is no direct reference

Ref gh-1948

src/event.js

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