Commit e18484cb authored by Romain Courteaud's avatar Romain Courteaud

Publish build version of rsvp.

parent b2c76d2e
......@@ -22,7 +22,7 @@ var Queue = function(thenable) {
resolved;
if (!(this instanceof Queue)) {
return new Queue();
return new Queue(thenable);
}
function canceller() {
......
......@@ -733,7 +733,7 @@ define("rsvp/queue",
resolved;
if (!(this instanceof Queue)) {
return new Queue();
return new Queue(thenable);
}
function canceller() {
......
......@@ -770,7 +770,7 @@ define("rsvp/queue",
resolved;
if (!(this instanceof Queue)) {
return new Queue();
return new Queue(thenable);
}
function canceller() {
......
This diff is collapsed.
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