[Pkg-javascript-commits] [sockjs-client] 55/434: Allow any protocol for cursors.

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:01 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 ea977ee8b903aa46567a3d0fd39b36f815034087
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Thu Aug 4 11:15:54 2011 +0100

    Allow any protocol for cursors.
---
 example-cursors.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example-cursors.html b/example-cursors.html
index 1b06a06..3926eea 100644
--- a/example-cursors.html
+++ b/example-cursors.html
@@ -41,7 +41,7 @@
       }
 
 
-    var sjs = new SockJS(sockjs_url, ['jsonp']);
+    var sjs = new SockJS(sockjs_url);
     sjs.onopen = function() {
         log('connected ' + sjs.protocol);
     };

-- 
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