mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
JSLint issue
This commit is contained in:
parent
31d3ec5d20
commit
148a5eb248
@ -83,7 +83,7 @@ define(
|
||||
})).then(function(){
|
||||
return self;
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Will add a list of clones to the specified parent's composition
|
||||
@ -101,7 +101,7 @@ define(
|
||||
.then(function(){return self.parent.getCapability("persistence").persist();})
|
||||
.then(function(){return parentClone;});
|
||||
// Ensure the clone of the original domainObject is returned
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Given an array of objects composed by a parent, clone them, then
|
||||
|
Loading…
Reference in New Issue
Block a user