From 4d3087b98c655b8cf06f1673774c3f30876298fa Mon Sep 17 00:00:00 2001 From: Thijs Wenker Date: Thu, 14 Jun 2018 19:07:20 +0200 Subject: [PATCH] fix cloneDynamic --- scripts/system/libraries/controllerDispatcherUtils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/system/libraries/controllerDispatcherUtils.js b/scripts/system/libraries/controllerDispatcherUtils.js index 1506ce17b2..5dfb0d5b69 100644 --- a/scripts/system/libraries/controllerDispatcherUtils.js +++ b/scripts/system/libraries/controllerDispatcherUtils.js @@ -129,7 +129,8 @@ DISPATCHER_PROPERTIES = [ "userData", "type", "href", - "cloneable" + "cloneable", + "cloneDynamic" ]; // priority -- a lower priority means the module will be asked sooner than one with a higher priority in a given update step