mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 01:16:46 +00:00
[Creation] Fix method invocation
This commit is contained in:
parent
65a33f8af5
commit
7ab318d57b
@ -44,7 +44,7 @@ define(
|
||||
|
||||
CreationCapability.prototype.create = function (model) {
|
||||
var id = uuid(),
|
||||
capabilities = this.capabilityService.getCapabilities(model);
|
||||
capabilities = this.getCapabilities(model);
|
||||
return new DomainObjectImpl(id, model, capabilities);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user