Fix documentation

This commit is contained in:
Dennis Eichhorn 2017-11-11 11:24:32 +01:00
parent 0a351a5850
commit 9cf5df977f
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
* *
* @param {int|string} key Option key * @param {int|string} key Option key
* @param {boolean|int|float|string|Array} value Option value * @param {boolean|int|float|string|Array} value Option value
* @param {boolean} [overwrite=true] Overwrite value * @param {boolean} [overwrite] Overwrite value
* *
* @return {boolean} * @return {boolean}
* *

View File

@ -32,7 +32,7 @@
* *
* @param {string} key Response key * @param {string} key Response key
* @param {requestCallback} message Callback for message * @param {requestCallback} message Callback for message
* @param {string} [request=any] Request id in order to only handle a specific request * @param {string} [request] Request id in order to only handle a specific request
* *
* @method * @method
* *