mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-04 14:08:20 +00:00
Deadlock prevention
This commit is contained in:
@@ -7,7 +7,7 @@ export default class PropertyModificationInfo {
|
||||
return this.propertyTemplate.name;
|
||||
}
|
||||
|
||||
PropertyModificationInfo(
|
||||
constructor(
|
||||
resource, propertyTemplate, value, age) {
|
||||
this.resource = resource;
|
||||
this.propertyTemplate = propertyTemplate;
|
||||
|
||||
Reference in New Issue
Block a user