mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
[API] Remove extraneous return jsdoc
This commit is contained in:
@ -55,7 +55,6 @@ define([
|
|||||||
*
|
*
|
||||||
* @method addProvider
|
* @method addProvider
|
||||||
* @param {module:openmct.CompositionProvider} provider the provider to add
|
* @param {module:openmct.CompositionProvider} provider the provider to add
|
||||||
* @returns {module:openmct.CompositionCollection}
|
|
||||||
* @memberof module:openmct.CompositionAPI#
|
* @memberof module:openmct.CompositionAPI#
|
||||||
*/
|
*/
|
||||||
composition.addProvider = function (provider) {
|
composition.addProvider = function (provider) {
|
||||||
|
Reference in New Issue
Block a user