A line that belongs within a forEach loop escaped
its bounds and caused a reference error that prevented
the applyTemplate function from saving the last used
template. This branch ushers this line back to its
pen where it can trouble us no more.
Signed-off-by: Jason Boyer <jboyer@library.in.gov>
Signed-off-by: Janet Schrader <jschrader@cwmars.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
}
});
}
+ delete $scope.working.MultiMap[k];
});
- delete $scope.working.MultiMap[k];
egCore.hatch.setItem('cat.copy.last_template', n);
}