From ff24f064758f82f92ecffc2d766afb4790d8e9c2 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 22 Sep 2015 14:10:06 -0700 Subject: [PATCH] [Entanglement] Add JSDoc ...per feedback from nasa/openmctweb#98 --- platform/entanglement/src/actions/AbstractComposeAction.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/entanglement/src/actions/AbstractComposeAction.js b/platform/entanglement/src/actions/AbstractComposeAction.js index cc78eb1888..6d747bc764 100644 --- a/platform/entanglement/src/actions/AbstractComposeAction.js +++ b/platform/entanglement/src/actions/AbstractComposeAction.js @@ -32,7 +32,8 @@ define( * @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 * move, copy, or link.