docs: Fix syntax error in example

This commit is contained in:
Stein Magnus Jodal 2012-12-13 02:02:16 +01:00
parent 4122bd6639
commit fe2adfae73

View File

@ -229,7 +229,7 @@ Once your Mopidy.js object has connected to the Mopidy server and emits the
.. code-block:: js
mopidy.on("state:online", function () [
mopidy.on("state:online", function () {
mopidy.playback.next();
});