From 4b641f87232c8864cccb105a7fd4e43860458f45 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 26 Apr 2016 16:39:49 -0700 Subject: [PATCH] [Persistence] Expose PersistingMutationListener from bundle --- platform/core/bundle.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/platform/core/bundle.js b/platform/core/bundle.js index 1763ce88d4..057a619119 100644 --- a/platform/core/bundle.js +++ b/platform/core/bundle.js @@ -47,6 +47,7 @@ define([ "./src/capabilities/MutationCapability", "./src/capabilities/DelegationCapability", "./src/capabilities/InstantiationCapability", + "./src/runs/PersistingMutationListener", "./src/services/Now", "./src/services/Throttle", "./src/services/Topic", @@ -79,6 +80,7 @@ define([ MutationCapability, DelegationCapability, InstantiationCapability, + PersistingMutationListener, Now, Throttle, Topic, @@ -411,6 +413,12 @@ define([ } } ], + "runs": [ + { + "implementation": PersistingMutationListener, + "depends": [ "topic" ] + } + ], "constants": [ { "key": "PERSISTENCE_SPACE",