Stein Magnus Jodal
c7e96cf992
js: Update all dependencies
2014-01-04 00:05:31 +01:00
Paul Connolley
a83b71239b
Update test so that it correctly requires the mopidy module
...
As part of issue #609 , the require statement in mopidy-test.js should
have been updated as the API to require mopidy has changed from:
require('mopidy').Mopidy;
to:
require('mopidy');
2013-12-17 08:57:44 +00:00
Stein Magnus Jodal
bc78a65fff
js: Upgrade when.js from 1.8.1 to 2.0.0
2013-03-31 14:09:32 +02:00
Stein Magnus Jodal
74b4fdc7ee
js: Make test suite run on Node.js using faye-websocket
2013-03-29 13:51:28 +01:00
Stein Magnus Jodal
a032e45c35
js: Make 'Mopidy()' work without 'new'
2013-01-16 22:55:21 +01:00
Stein Magnus Jodal
b14c89dbf1
js: Make connect() public, and document autoConnect/connect()
2012-12-04 13:23:43 +01:00
Stein Magnus Jodal
8d3fd46808
js: Add close() method to close WebSocket without reconnecting
2012-12-04 09:18:34 +01:00
Stein Magnus Jodal
43316babcd
js: Remove trailing whitespace
2012-12-04 09:05:52 +01:00
Stein Magnus Jodal
7f570de239
js: Polyfill console inside our own namespace
2012-12-01 17:18:06 +01:00
Stein Magnus Jodal
3045ac0158
js: Add description and params list to API functions
2012-11-30 02:41:39 +01:00
Stein Magnus Jodal
fc9ab6053a
js: Make backoff delay limits settings
2012-11-30 02:18:08 +01:00
Stein Magnus Jodal
12f60f3a52
js: Add fully working core API in JavaScript
2012-11-30 02:05:40 +01:00
Stein Magnus Jodal
defc44b747
js: Add empty source and test files
2012-11-29 00:21:16 +01:00
Stein Magnus Jodal
a539006d8b
js: Add Function.prototype.bind polyfill to make PhantomJS 1.6 happy
2012-11-29 00:20:17 +01:00