Skip to content

Commit

Permalink
Build 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjmiller committed Jan 10, 2014
1 parent 085e853 commit 5641414
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions build/tincan-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -2320,7 +2320,7 @@ TinCan client library
@method saveState
@param {String} key Key of state to save
@param {String} val Value of state to save
@param val Value to be stored
@param {Object} cfg Configuration options
@param {Object} cfg.activity TinCan.Activity
@param {Object} cfg.agent TinCan.Agent
Expand Down Expand Up @@ -2552,6 +2552,7 @@ TinCan client library
@method saveActivityProfile
@param {String} key Key of activity profile to retrieve
@param val Value to be stored
@param {Object} cfg Configuration options
@param {Object} cfg.activity TinCan.Activity
@param {String} [cfg.lastSHA1] SHA1 of the previously seen existing profile
Expand Down Expand Up @@ -2753,6 +2754,7 @@ TinCan client library
@method saveAgentProfile
@param {String} key Key of agent profile to retrieve
@param val Value to be stored
@param {Object} cfg Configuration options
@param {Object} cfg.agent TinCan.Agent
@param {String} [cfg.lastSHA1] SHA1 of the previously seen existing profile
Expand Down Expand Up @@ -3205,7 +3207,7 @@ TinCan client library
},

/**
While a TinCan.Agent instance can store more than one reverse functional identifier
While a TinCan.Agent instance can store more than one inverse functional identifier
this method will always only output one to be compliant with the statement sending
specification. Order of preference is: mbox, mbox_sha1sum, openid, account
Expand Down
6 changes: 4 additions & 2 deletions build/tincan.js
Original file line number Diff line number Diff line change
Expand Up @@ -2320,7 +2320,7 @@ TinCan client library
@method saveState
@param {String} key Key of state to save
@param {String} val Value of state to save
@param val Value to be stored
@param {Object} cfg Configuration options
@param {Object} cfg.activity TinCan.Activity
@param {Object} cfg.agent TinCan.Agent
Expand Down Expand Up @@ -2552,6 +2552,7 @@ TinCan client library
@method saveActivityProfile
@param {String} key Key of activity profile to retrieve
@param val Value to be stored
@param {Object} cfg Configuration options
@param {Object} cfg.activity TinCan.Activity
@param {String} [cfg.lastSHA1] SHA1 of the previously seen existing profile
Expand Down Expand Up @@ -2753,6 +2754,7 @@ TinCan client library
@method saveAgentProfile
@param {String} key Key of agent profile to retrieve
@param val Value to be stored
@param {Object} cfg Configuration options
@param {Object} cfg.agent TinCan.Agent
@param {String} [cfg.lastSHA1] SHA1 of the previously seen existing profile
Expand Down Expand Up @@ -3205,7 +3207,7 @@ TinCan client library
},

/**
While a TinCan.Agent instance can store more than one reverse functional identifier
While a TinCan.Agent instance can store more than one inverse functional identifier
this method will always only output one to be compliant with the statement sending
specification. Order of preference is: mbox, mbox_sha1sum, openid, account
Expand Down

0 comments on commit 5641414

Please sign in to comment.