From 89e967e419a02bb1356efe4ea3b5986f058b8ff2 Mon Sep 17 00:00:00 2001
From: Thulinma <jaron@vietors.com>
Date: Fri, 1 Mar 2013 22:42:28 +0100
Subject: [PATCH] Fixed compile errors in LSP javascript.

---
 lsp/main.js | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/lsp/main.js b/lsp/main.js
index 007ccad8..b0af1750 100644
--- a/lsp/main.js
+++ b/lsp/main.js
@@ -826,16 +826,16 @@
                   {
                      sdata =
                      {
-                        name: '',
-                        channel:
+                        'name': '',
+                        'channel':
                         {
-                           URL: ''
+                           'URL': ''
                         },
-                        limits: [],
-                        preset:
+                        'limits': [],
+                        'preset':
                         {
-                           cmd: ''
-                        },
+                           'cmd': ''
+                        }
                      };
                      title = 'add new stream';
                   }else{