mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 10:22:35 +02:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user