b0d35f6a by Gary Katsevman

remove dangling comma

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