mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 23:28:14 +00:00
[Persistence] Clean up instantiation
Fix typo to correctly reuse defined identifiers, remove unused dependency of instantiation capability.
This commit is contained in:
@ -38,7 +38,7 @@ define(
|
||||
if (separatorIndex > -1) {
|
||||
this.key = id.substring(separatorIndex + 1);
|
||||
this.space = id.substring(0, separatorIndex);
|
||||
this.definedSpace = this.pace;
|
||||
this.definedSpace = this.space;
|
||||
} else {
|
||||
this.key = id;
|
||||
this.space = defaultSpace;
|
||||
|
Reference in New Issue
Block a user