fix eslint

This commit is contained in:
Andrew Bauer 2019-09-30 09:52:41 -05:00 committed by GitHub
parent 3d6cab8360
commit 90b02beb94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ function loadEventImage( imagePath, eid, fid, width, height, fps, videoName, dur
imageSrc.setProperty('src', imagePath);
imageSrc.setAttribute('data-event-id', eid);
imageSrc.setAttribute('data-frame-id', fid);
imageSrc.onclick=window['showEvent'].bind(imageSrc,imageSrc);
imageSrc.onclick=window['showEvent'].bind(imageSrc, imageSrc);
}
var eventData = $('eventData');