Skip to content

Commit

Permalink
Build: Include events.js from jquery.mobile.js
Browse files Browse the repository at this point in the history
events.js was making it into the build only by virtue of the fact that it was
being pulled by navigation.js. In the process of fixing jquery-archivegh-7805 it became clear
that navigation.js doesn't really need events.js. Thus, the reference to
events.js was removed from navigation.js, thereby orphaning events.js from the
build. This rectifies the problem by explicitly adding events.js to the build.

Fixes jquery-archivegh-7925
Closes jquery-archivegh-7926
  • Loading branch information
Gabriel Schulhof authored and kakul committed Apr 14, 2015
1 parent a1108ef commit 46d12f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/jquery.mobile.js
Expand Up @@ -4,6 +4,7 @@
define([
"require",
"./widgets/loader",
"./events",
"./events/navigate",
"./navigation/path",
"./navigation/history",
Expand Down

0 comments on commit 46d12f7

Please sign in to comment.