dennwc/dom

OneTimeEvent defines boolean 'fired' but never sets it

Closed this issue · 0 comments

The CallbackGroup method OneTimeEvent defines a local boolean fired and it is captured in a Callback closure but the Callback never sets the boolean so it looks superfluous. The intent was probably to set the boolean before the fnc local was called.