Skip to content

Commit

Permalink
Remove dispatch flag check on .updateWith()
Browse files Browse the repository at this point in the history
Closes #544.
  • Loading branch information
marcoscaceres authored and domenic committed Jun 8, 2017
1 parent 23cd48a commit 3b7f783
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.html
Expand Up @@ -2090,9 +2090,6 @@ <h2>
<li>If <var>request</var> is not a <a>PaymentRequest</a> object,
then <a>throw</a> a <a>TypeError</a>.
</li>
<li>If the <a>dispatch flag</a> is unset, then <a>throw</a> an
"<a>InvalidStateError</a>" <a>DOMException</a>.
</li>
<li>If <var>event</var>.<a>[[\waitForUpdate]]</a> is true, then <a>
throw</a> an "<a>InvalidStateError</a>" <a>DOMException</a>.
</li>
Expand Down

0 comments on commit 3b7f783

Please sign in to comment.