[Pkg-javascript-commits] [sockjs-client] 268/434: Cosmetic.

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository sockjs-client.

commit ff53d0f57e5290ff273f97bd8f3e4d47aac94880
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Fri Jan 6 13:12:09 2012 +0000

    Cosmetic.
---
 lib/sockjs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/sockjs.js b/lib/sockjs.js
index 6202dc1..f203a31 100644
--- a/lib/sockjs.js
+++ b/lib/sockjs.js
@@ -13,7 +13,7 @@ var SockJS = function(url, protocols, options) {
                        'xhr-polling',
                        'iframe-xhr-polling',
                        'jsonp-polling'];
-    switch(typeof protocols) {
+    switch (typeof protocols) {
     case 'undefined': break;
     case 'string': that._protocols = [protocols]; break;
     default: that._protocols = protocols; break;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list