When initializing an Emitter class, some code should be attached to find the `thing` to watch for emit events. When supplying an empty string, this should default to the collection but since we wrap our code with `{..}` this no longer works.
When initializing an Emitter class, some code should be attached to find the
thingto watch for emit events.When supplying an empty string, this should default to the collection but since we wrap our code with
{..}this no longer works.