Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

The Contact constructor should not set id / lastUpdated attributes #60

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -649,11 +649,7 @@ <h3>Steps</h3>
<li>Let <var>contact</var> be a new <code>Contact</code> object.
<li>Make a request to the system to generate a new unique contact
identifier.
<li>Set the <code>id</code> attribute of <var>contact</var> to the
generated contact identifier.
<li>Set the <code>lastUpdated</code> attribute of <var>contact</var> to
the Date at which the constructor was invoked.
<li>Set the other attributes of <var>contact</var> to the value of the
<li>Set the attributes of <var>contact</var> to the value of the
corresponding element in the <code>contactInitDict</code> dictionary, if
present.
</ol>
Expand Down