mopidy/js/test
Stein Magnus Jodal 026fdb38a3 js: Reject promises using Error objects
This is recommended to get proper stack traces, according to
https://github.com/cujojs/when/blob/master/docs/api.md#a-note-on-javascript-errors.

The new Error objects has the exact same properties as the objects we used to
reject promises previously, thus this should be fully backwards compatible, but
improve debuggability.
2014-06-15 23:43:39 +02:00
..
bind-helper.js js: Add Function.prototype.bind polyfill to make PhantomJS 1.6 happy 2012-11-29 00:20:17 +01:00
mopidy-test.js js: Reject promises using Error objects 2014-06-15 23:43:39 +02:00