From ef815cf060c8ded711e7ce2395f6f2345bca5055 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 26 Apr 2016 16:46:30 -0700 Subject: [PATCH] [Persistence] Remove persistence reference ...from composition capability (as persistence is now triggered, albeit indirectly.) --- platform/core/src/capabilities/CompositionCapability.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/core/src/capabilities/CompositionCapability.js b/platform/core/src/capabilities/CompositionCapability.js index 977d8cb418..4be26bd1ed 100644 --- a/platform/core/src/capabilities/CompositionCapability.js +++ b/platform/core/src/capabilities/CompositionCapability.js @@ -51,8 +51,7 @@ define( } /** - * Add a domain object to the composition of the field. - * This mutates but does not persist the modified object. + * Add a domain object to the composition of this domain object. * * If no index is given, this is added to the end of the composition. *