Remove stray characters

This commit is contained in:
Pete Richards 2018-08-10 10:10:15 -07:00
parent 00ecd27bb3
commit 4a1ca9f299

View File

@ -171,7 +171,7 @@ define(
if (self.selectedElementProxy) {
// Update the selected element with the new
// value since newDomainOject is mutated.fde
// value since newDomainOject is mutated.
self.selectedElementProxy.element = elements[index];
}
refreshElements();