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