Skip to content

Commit

Permalink
Fix dangling references left after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaybh committed Jul 25, 2016
1 parent 8c7f21a commit 6855bf0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@ The API is defined by the following Web IDL fragment.
};

dictionary CredentialOptions {
unsigned long timeoutSeconds;
sequence < Credential > excludeList;
WebAuthnExtensions extensions;
unsigned long timeoutSeconds;
sequence < BufferSource > excludeList;
WebAuthnExtensions extensions;
};

interface WebAuthnAssertion {
Expand All @@ -322,9 +322,9 @@ The API is defined by the following Web IDL fragment.
};

dictionary AssertionOptions {
unsigned long timeoutSeconds;
sequence < Credential > allowList;
WebAuthnExtensions extensions;
unsigned long timeoutSeconds;
sequence < BufferSource > allowList;
WebAuthnExtensions extensions;
};

dictionary WebAuthnExtensions {
Expand Down

0 comments on commit 6855bf0

Please sign in to comment.