Update reload unsquare issues function name

This commit is contained in:
Quincy Morgan
2020-01-07 11:41:04 -05:00
parent 797c701ba1
commit 9345ec7a82
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -64,8 +64,8 @@ export function coreValidator(context) {
};
// when the user changes the squaring thereshold, rerun this on all buildings
validator.changeSquareThreshold = function() {
// must update issues when the user changes the unsquare thereshold
validator.reloadUnsquareIssues = function() {
reloadUnsquareIssues(_headCache, context.graph());
reloadUnsquareIssues(_baseCache, context.history().base());