correcting typos

This commit is contained in:
Danny Yoo 2011-12-04 18:05:31 -05:00
parent fa5cb557ba
commit efb978b52f

View File

@ -210,8 +210,9 @@
if (that.waiters.length > 0) {
waiter = that.waiters.shift();
that.acquire(waiter.id, waiter.onAcquire);
},
0);
}
},
0);
});
} else {
this.waiters.push({ id: id,