From efb978b52feafba077cae435a38c7c5981c7c5a4 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Sun, 4 Dec 2011 18:05:31 -0500 Subject: [PATCH] correcting typos --- js-assembler/runtime-src/runtime.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/js-assembler/runtime-src/runtime.js b/js-assembler/runtime-src/runtime.js index 663f4fb..0f17a02 100644 --- a/js-assembler/runtime-src/runtime.js +++ b/js-assembler/runtime-src/runtime.js @@ -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,