fix typo in Clay JSdoc

This commit is contained in:
Keegan
2016-03-12 10:22:01 +11:00
parent e621bbf0bd
commit 783bc84779
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ var deepcopy = require('deepcopy/build/deepcopy.min');
* @param {boolean} [options.autoHandleEvents=true] - If false, Clay will not
* automatically handle the 'showConfiguration' and 'webviewclosed' events
* @param {*} [options.userData={}] - Arbitrary data to pass to the config page. Will
* be available os `clayConfig.meta.userData`
* be available as `clayConfig.meta.userData`
* @constructor
*/
function Clay(config, customFn, options) {
+1 -1
View File
@@ -115,7 +115,7 @@ module.exports.clayConfig = function(types, build, autoRegister, settings) {
* @param {boolean} [options.autoHandleEvents] - If false, Clay will not
* automatically handle the 'showConfiguration' and 'webviewclosed' events
* @param {*} [options.userData={}] - Arbitrary data to pass to the config page. Will
* be available os `clayConfig.meta.userData`
* be available as `clayConfig.meta.userData`
* @param {boolean} [destroyLocalStorage=true]
* @return {Clay}
*/