Skip to content

Commit c8f37cc

Browse files
author
Gabriel Schulhof
committed
Pagecontainer: change() method options argument is missing data property
Fixes jquerygh-328 Closes jquerygh-331
1 parent ba64380 commit c8f37cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

entries/pagecontainer.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,15 @@ $( ":mobile-pagecontainer" ).on( "pagecontainershow", function( event, ui ) {
506506
</table>
507507
</desc>
508508
</property>
509+
<property name="data" default="undefined">
510+
<desc>The data to send with an Ajax page request.</desc>
511+
<type name="Object">
512+
<desc></desc>
513+
</type>
514+
<type name="String">
515+
<desc></desc>
516+
</type>
517+
</property>
509518
<property name="dataUrl" type="String" default="undefined">
510519
<desc>The URL to use when updating the browser location upon <code>change()</code> completion. If not specified, the value of the data-url attribute of the page element is used.</desc>
511520
</property>

0 commit comments

Comments
 (0)