Skip to content

Commit 46fabc8

Browse files
agcolomapsdehal
authored andcommitted
Pagecontainer: Add missing space in description
Closes gh-346
1 parent 4f124c6 commit 46fabc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/pagecontainer.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ $( document ).on( "pageloadfailed", function( event, data ) {
432432
</argument>
433433
</event>
434434
<event name="show">
435-
<desc>Triggered after the transition animation has completed.<strong>Note:</strong> Unlike the deprecated <code>pageshow</code> event, this event is not triggered on the "toPage" but the <placeholder name="name"/> widget's element.
435+
<desc>Triggered after the transition animation has completed. <strong>Note:</strong> Unlike the deprecated <code>pageshow</code> event, this event is not triggered on the "toPage" but the <placeholder name="name"/> widget's element.
436436
<p>You can access the <code>prevPage</code> properties via the second argument of a bound callback function. For example: </p>
437437
<pre><code><![CDATA[
438438
$( ":mobile-pagecontainer" ).on( "pagecontainershow", function( event, ui ) {

0 commit comments

Comments
 (0)