Merge pull request #13374 from thoys/fix/dynamic-cloneDynamic

[RC69] fix cloneDynamic
This commit is contained in:
John Conklin II 2018-06-14 12:58:17 -07:00 committed by GitHub
commit fa1dc78469
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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