luke-chang / js-spatial-navigation

A javascript-based implementation of Spatial Navigation.
Mozilla Public License 2.0
370 stars 117 forks source link

Update deprecated initCustomEvent method with new CustomEvent() #66

Open kosso opened 1 month ago

kosso commented 1 month ago

initCustomEvent is deprecated.

Updated to use new CustomEvent([...])