Commit 9ef7961f authored by Tristan Cavelier's avatar Tristan Cavelier

fix a doc string

parent 5b03f4fd
...@@ -13,11 +13,7 @@ var jioNamespace = (function (spec) { ...@@ -13,11 +13,7 @@ var jioNamespace = (function (spec) {
/** /**
* Creates a new jio instance. * Creates a new jio instance.
* @method newJio * @method newJio
* @param {object} spec The parameters: * @param {object} spec The storage description
* - {object} spec.storage: A storage description
* - {string} spec.storage.type: The storage type
* - {string} spec.storage.username: The user name
* - {string} spec.storage.application_name: The application name
* @return {object} The new Jio instance. * @return {object} The new Jio instance.
*/ */
Object.defineProperty(that, "newJio", { Object.defineProperty(that, "newJio", {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment