Skip to content

Commit

Permalink
Init: Fix no autoinit page transitions for core 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apsdehal committed Jul 4, 2016
1 parent c3c796a commit 3840b50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/init/no_autoinit_page_core.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ require( [ "jquery", "./init" ]
[ "./widgets/pagecontainer.transitions" ] : [] ), function() {
$.testHelper.detailedEventCascade( [
function() {
$.mobile.initializePage();
$( function() {
$.mobile.initializePage();
} );
},
{
pagecontainershow: { src: $( "body" ), event: "pagecontainershow.noAutoinit1" }
Expand Down

0 comments on commit 3840b50

Please sign in to comment.