Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checking callback type on port subscribe Currently calling `elm.ports[portName].subscribe(undefined)` will cause an exception only when subscribers get called, this commit adds a type check before pushing the callback on subscription list
- Loading branch information