[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); 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) {