mirror of
https://github.com/nasa/openmct.git
synced 2025-06-05 09:00:49 +00:00
[Edit] Unshadow variable name
...to satisfy JSHint
This commit is contained in:
parent
8244e435bf
commit
48b271b7ca
@ -141,8 +141,8 @@ define(
|
|||||||
return copyService.perform(domainObject, parent, allowClone);
|
return copyService.perform(domainObject, parent, allowClone);
|
||||||
}
|
}
|
||||||
|
|
||||||
function undirty(domainObject) {
|
function undirty(object) {
|
||||||
return domainObject.getCapability('persistence').refresh();
|
return object.getCapability('persistence').refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
function undirtyOriginals(object) {
|
function undirtyOriginals(object) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user