The error was 'blackbird Cannot read property 'style' of undefined'
On a side note, I've wondered how useful/practical server-side logging of js running client-side would be. For keeping track of what your users are doing, errors thrown etc.
- It would need to be asynchronous
- It would be nice to collect a log locally and send it centrally under specific circumstances (e.g. an error occurs send everything that has been logged so far)
- Using some kind of local storage option might be nice (e.g. the interface to SQLite that WebKit-based browsers have).
You have 2 options: 1 - modify your styles 2 - modify blackbird styles + code
I'll stick to console.log as well but a great tool nevertheless.