b0d35f6a by Gary Katsevman

remove dangling comma

1 parent 37670f52
......@@ -20,7 +20,7 @@
window.setTimeout(process, 0);
q.running = true;
}
},
}
},
process = function() {
var task;
......