From 02a786ad42168945bf7341e2ae8738ba03c97d0d Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Tue, 3 Dec 2013 14:22:31 +0100
Subject: [PATCH] remove extra commas.

---
 dream/platform/static/src/dream_launcher.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dream/platform/static/src/dream_launcher.js b/dream/platform/static/src/dream_launcher.js
index 1c9fb1d4..fe564ea9 100644
--- a/dream/platform/static/src/dream_launcher.js
+++ b/dream/platform/static/src/dream_launcher.js
@@ -178,7 +178,7 @@
       "Dream-Queue": {
         property_list: [property_container["capacity"],
           property_container["isDummy"],
-          property_container["schedulingRule"],
+          property_container["schedulingRule"]
           ],
         _class: 'Dream.Queue'
       },
@@ -194,7 +194,7 @@
       "Dream-QueueJobShop": {
         property_list: [property_container["capacity"],
           property_container["isDummy"],
-          property_container["schedulingRule"],
+          property_container["schedulingRule"]
           ],
         _class: 'Dream.QueueJobShop'
       },
-- 
2.30.9