mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-30 05:46:57 -04:00
fix typo in Clay JSdoc
This commit is contained in:
@@ -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
@@ -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}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user