[API] Remove extraneous return jsdoc

This commit is contained in:
Victor Woeltjen 2016-09-07 08:10:40 -07:00
parent 851d0f0d63
commit a7a47a36d6

View File

@ -55,7 +55,6 @@ define([
*
* @method addProvider
* @param {module:openmct.CompositionProvider} provider the provider to add
* @returns {module:openmct.CompositionCollection}
* @memberof module:openmct.CompositionAPI#
*/
composition.addProvider = function (provider) {