Skip to content

Commit

Permalink
Pagecontainer: change() method options argument is missing data property
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Dec 17, 2014
1 parent ba64380 commit c8f37cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions entries/pagecontainer.xml
Expand Up @@ -506,6 +506,15 @@ $( ":mobile-pagecontainer" ).on( "pagecontainershow", function( event, ui ) {
</table>
</desc>
</property>
<property name="data" default="undefined">
<desc>The data to send with an Ajax page request.</desc>
<type name="Object">
<desc></desc>
</type>
<type name="String">
<desc></desc>
</type>
</property>
<property name="dataUrl" type="String" default="undefined">
<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>
</property>
Expand Down

0 comments on commit c8f37cc

Please sign in to comment.