ryanwasson

Results 2 issues of ryanwasson

I'm not sure if this is a problem with SlickGrid or possibly with Google Chrome, but I noticed an odd behavior when trying to print to PDF on a webpage...

It's possible for event.target to be undefined when `autocomplete(event.target)` and `cancelAutocomplete(event.target)` are called, so adding null checks here to exit early if so.