Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 3840b50

Browse files
committed
Init: Fix no autoinit page transitions for core 3.0
1 parent c3c796a commit 3840b50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unit/init/no_autoinit_page_core.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ require( [ "jquery", "./init" ]
2121
[ "./widgets/pagecontainer.transitions" ] : [] ), function() {
2222
$.testHelper.detailedEventCascade( [
2323
function() {
24-
$.mobile.initializePage();
24+
$( function() {
25+
$.mobile.initializePage();
26+
} );
2527
},
2628
{
2729
pagecontainershow: { src: $( "body" ), event: "pagecontainershow.noAutoinit1" }

0 commit comments

Comments
 (0)