fix cloneDynamic

This commit is contained in:
Thijs Wenker 2018-06-14 19:07:20 +02:00
parent 752ee0ee9f
commit 4d3087b98c

View file

@ -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