mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
changed name of interal function loadComplete to pageChangeComplete
This commit is contained in:
parent
5158c6f7cb
commit
9a1b2dcb3c
1 changed files with 3 additions and 3 deletions
|
|
@ -402,7 +402,7 @@
|
|||
}
|
||||
to.data( "page" )._trigger( "beforeshow", null, { prevPage: from || $("") } );
|
||||
|
||||
function loadComplete(){
|
||||
function pageChangeComplete(){
|
||||
|
||||
if( changeHash !== false && url ){
|
||||
//disable hash listening temporarily
|
||||
|
|
@ -486,7 +486,7 @@
|
|||
if( from ){
|
||||
from.removeClass( $.mobile.activePageClass );
|
||||
}
|
||||
loadComplete();
|
||||
pageChangeComplete();
|
||||
removeContainerClasses();
|
||||
});
|
||||
}
|
||||
|
|
@ -496,7 +496,7 @@
|
|||
from.removeClass( $.mobile.activePageClass );
|
||||
}
|
||||
to.addClass( $.mobile.activePageClass );
|
||||
loadComplete();
|
||||
pageChangeComplete();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue