Renamed validations to issues in relevant places

Made the issue pane get the issues from the issue manager rather than validating itself
This commit is contained in:
Quincy Morgan
2018-12-19 10:41:58 -05:00
parent 0d0521c936
commit 903cb63efe
3 changed files with 9 additions and 12 deletions
-1
View File
@@ -28,7 +28,6 @@ export function IssueManager(context) {
var changes = context.history().changes();
issues = context.history().validate(changes);
dispatch.call('reload', self, issues);
return issues;
};
return utilRebind(self, dispatch, 'on');