[Entanglement] Add JSDoc

...per feedback from nasa/openmctweb#98
This commit is contained in:
Victor Woeltjen 2015-09-22 14:10:06 -07:00
parent 597b18af1c
commit ff24f06475

View File

@ -32,7 +32,8 @@ define(
* @private * @private
*/ */
/** /**
* Change the composition of the specified objects. * Change the composition of the specified objects. Note that this
* should only be invoked after successfully validating.
* *
* @param {DomainObject} domainObject the domain object to * @param {DomainObject} domainObject the domain object to
* move, copy, or link. * move, copy, or link.