mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
Fixed jslint error
This commit is contained in:
parent
baec0f9719
commit
6e391098a3
@ -99,7 +99,7 @@ define(
|
||||
*/
|
||||
function addClonesToParent(self) {
|
||||
return self.firstClone.getCapability("persistence").persist()
|
||||
.then(function(){self.parent.getCapability("composition").add(self.firstClone.getId())})
|
||||
.then(function(){self.parent.getCapability("composition").add(self.firstClone.getId());})
|
||||
.then(function(){return self.parent.getCapability("persistence").persist();})
|
||||
.then(function(){return self.firstClone;});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user