mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fixed jsdoc descriptions
This commit is contained in:
parent
29f1651a18
commit
e022b782a9
@ -42,7 +42,7 @@ var editor;
|
|||||||
/**
|
/**
|
||||||
* Initialise the module.
|
* Initialise the module.
|
||||||
* @param {Object} settings The runtime settings
|
* @param {Object} settings The runtime settings
|
||||||
* @param {HTTPServer} server An instance of HTTP Server
|
* @param {HTTPServer} _server An instance of HTTP Server
|
||||||
* @param {Storage} storage An instance of Node-RED Storage
|
* @param {Storage} storage An instance of Node-RED Storage
|
||||||
* @param {Runtime} runtimeAPI An instance of Node-RED Runtime
|
* @param {Runtime} runtimeAPI An instance of Node-RED Runtime
|
||||||
* @memberof @node-red/editor-api
|
* @memberof @node-red/editor-api
|
||||||
|
@ -2558,7 +2558,7 @@ RED.editor = (function() {
|
|||||||
/**
|
/**
|
||||||
* Register a type editor.
|
* Register a type editor.
|
||||||
* @param {string} type - the type name
|
* @param {string} type - the type name
|
||||||
* @param {object} options - the editor definition
|
* @param {object} definition - the editor definition
|
||||||
* @function
|
* @function
|
||||||
* @memberof RED.editor
|
* @memberof RED.editor
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user