mopidy/mopidy/frontends/http
Stein Magnus Jodal cbb68f9cbe 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-01-03 23:18:56 +01:00
..
data js: Make connect() public, and document autoConnect/connect() 2012-12-04 13:23:43 +01:00
__init__.py docs: Bind console functions in JS examples 2013-01-03 23:18:56 +01:00
actor.py http: No need to copy dict 2012-11-30 23:15:13 +01:00
ws.py http: Expose core API using JSON-RPC over WebSocket 2012-11-25 08:53:04 +01:00