Closed kitsonk closed 8 years ago
Type: bug / feature
The following has been addressed in the PR:
Description:
The following now works:
evented.emit({ type: 'foo', target: event });
Where previously passing an object literal on emit would have caused a type error.
Resolves #23
Type: bug / feature
The following has been addressed in the PR:
Description:
The following now works:
Where previously passing an object literal on emit would have caused a type error.
Resolves #23