From 085e8538d0d3ee4fda4dc70fed1bef381b088082 Mon Sep 17 00:00:00 2001 From: "Brian J. Miller" Date: Fri, 10 Jan 2014 10:36:42 -0600 Subject: [PATCH] Doc only changes, correct version in bower.json --- bower.json | 2 +- package.json | 2 +- src/Agent.js | 2 +- src/LRS.js | 4 +++- yuidoc.json | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index a02e111..a3a73b1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tincan", - "version": "0.8.2", + "version": "0.20.1", "homepage": "http://rusticisoftware.github.com/TinCanJS/", "authors": [ "Brian J. Miller " diff --git a/package.json b/package.json index a38143d..e3a99c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tincanjs", "description": "Tin Can API Library", - "version": "0.20.0", + "version": "0.20.1", "private": false, "main": "build/tincan-node.js", "directories": { diff --git a/src/Agent.js b/src/Agent.js index 3fc6999..5cc0da6 100644 --- a/src/Agent.js +++ b/src/Agent.js @@ -225,7 +225,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 diff --git a/src/LRS.js b/src/LRS.js index 733f150..5929719 100644 --- a/src/LRS.js +++ b/src/LRS.js @@ -856,7 +856,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 @@ -1088,6 +1088,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 @@ -1289,6 +1290,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 diff --git a/yuidoc.json b/yuidoc.json index 6c8af6e..2134840 100644 --- a/yuidoc.json +++ b/yuidoc.json @@ -1,5 +1,5 @@ { - "version": "0.20.0", + "version": "0.20.1", "name": "TinCanJS", "description": "Library for working with Tin Can API in JavaScript", "url": "http://rusticisoftware.github.com/TinCanJS/",