mirror of
https://github.com/esiur/esiur-js.git
synced 2025-06-27 07:13:12 +00:00
1.5.1
This commit is contained in:
@ -48,6 +48,11 @@ export default class DistributedResource extends IResource
|
||||
this._p.attached = false;
|
||||
}
|
||||
|
||||
trigger(type)
|
||||
{
|
||||
return new AsyncReply(true);
|
||||
}
|
||||
|
||||
constructor(connection, instanceId, age, link)
|
||||
{
|
||||
super();
|
||||
|
Reference in New Issue
Block a user