Skip to content

Commit

Permalink
The availabilityUrl is no longer a "parameter" of getAvailability (#269)
Browse files Browse the repository at this point in the history
That used to be the case, but getAvailability now automatically uses the
presentation request URL.
  • Loading branch information
tidoust committed Apr 15, 2016
1 parent 8564679 commit fd17dbc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Expand Up @@ -1275,9 +1275,10 @@ <h4>
<var>A</var> is a live <a>PresentationAvailability</a> object;
</li>
<li>
<var>availabilityUrl</var> is the parameter passed to
<code><a for="PresentationRequest">getAvailability</a>()</code>
to create <var>A</var>.
<var>availabilityUrl</var> is the <a>presentation request URL</a>
when <code><a for=
"PresentationRequest">getAvailability</a>()</code> is called to
create <var>A</var>.
</li>
</ol>
</section>
Expand Down

0 comments on commit fd17dbc

Please sign in to comment.