mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #13374 from thoys/fix/dynamic-cloneDynamic
[RC69] fix cloneDynamic
This commit is contained in:
commit
fa1dc78469
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue