Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbell committed Dec 18, 2024
1 parent 531ef3e commit 638b03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/events/mixins/eventData.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default {
return;

Check warning on line 153 in src/plugins/events/mixins/eventData.js

View check run for this annotation

Codecov / codecov/patch

src/plugins/events/mixins/eventData.js#L152-L153

Added lines #L152 - L153 were not covered by tests
}

this.bounds = bounds; // setting bounds for EventryView watcher
this.bounds = bounds;

Check warning on line 156 in src/plugins/events/mixins/eventData.js

View check run for this annotation

Codecov / codecov/patch

src/plugins/events/mixins/eventData.js#L156

Added line #L156 was not covered by tests
},
timeSystemChanged() {
this.timeSystem = this.timeContext.getTimeSystem();
Expand Down

0 comments on commit 638b03c

Please sign in to comment.