[Edit] Unshadow variable name

...to satisfy JSHint
This commit is contained in:
Victor Woeltjen 2016-06-22 16:14:49 -07:00
parent 8244e435bf
commit 48b271b7ca

View File

@ -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) {