mopidy/mopidy/frontends
Stein Magnus Jodal 80a1c02614 docs: Bind console functions in JS examples
For e.g. ``console.log`` to be used as a callback, it must be bound to the
``console`` object first: ``console.log.bind(console)``. If not, this will
cause "Illegal invocation" errors in WebKit browsers.

This change updates all our Mopidy.js examples to bind ``console`` functions
before they are used as callbacks.

Fixes #298.
2013-03-03 20:13:01 +01:00
..
http docs: Bind console functions in JS examples 2013-03-03 20:13:01 +01:00
mpd mpd: Minor refactoring 2012-12-24 01:09:50 +01:00
mpris core: Include the TlTrack in track_playback_* events 2012-12-19 17:06:04 +01:00
__init__.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
lastfm.py core: Include the TlTrack in track_playback_* events 2012-12-19 17:06:04 +01:00