fix typo: e -> eventData.

This commit is contained in:
James Petts 2019-02-05 12:18:31 +00:00 committed by GitHub
parent c228d94690
commit 9c97d6229e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ const MeasurementHandlers = {
}
},
onRemoved(e, instance) {
onRemoved(eventData, instance) {
const eventData = event.detail;
const { toolType } = eventData;
const { toolGroupId, toolGroup, tool } = OHIF.measurements.getToolConfiguration(toolType);