mirror of
https://github.com/nasa/openmct.git
synced 2025-04-15 23:16:46 +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);
|
||||
}
|
||||
|
||||
function undirty(domainObject) {
|
||||
return domainObject.getCapability('persistence').refresh();
|
||||
function undirty(object) {
|
||||
return object.getCapability('persistence').refresh();
|
||||
}
|
||||
|
||||
function undirtyOriginals(object) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user