Commit 00c36f64 authored by Romain Courteaud's avatar Romain Courteaud

Use RSVP Promise.

parent 429eb27e
......@@ -163,7 +163,7 @@
};
};
Monitor.prototype = Object.create(Promise.prototype);
Monitor.prototype = Object.create(RSVP.Promise.prototype);
Monitor.prototype.constructor = Monitor;
/////////////////////////////////////////////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment