v2.1.4 Fix for "start is undefined" and Fixes websocket connection initialisation
- Fixes the "start is undefined" error as described in #33
- Fixes websocket connection initialisation when using live listeners (
.on('deal.added', function() { ... });
)