mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Fix for #2592
This commit is contained in:
parent
8a25599b82
commit
7106078f87
1 changed files with 2 additions and 2 deletions
|
|
@ -30,13 +30,13 @@
|
|||
<li>pagebeforechange
|
||||
<ul>
|
||||
<li>Fired off before any page loading or transition.</li>
|
||||
<li>NOTE: This event was formally known as "beforechangepage".</li>
|
||||
<li>NOTE: This event was formerly known as "beforechangepage".</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>pagechange
|
||||
<ul>
|
||||
<li>Fired off after all page loading and transitions.</li>
|
||||
<li>NOTE: this event was formally known as "changepage".</li>
|
||||
<li>NOTE: this event was formerly known as "changepage".</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>pagechangefailed
|
||||
|
|
|
|||
Loading…
Reference in a new issue