[Pkg-javascript-commits] [sockjs-client] 239/350: Add debug to event source
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:04:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.
commit c1e97d03afeb7db2b49fcffc0609528273059774
Author: Bryce Kahle <bkahle at gmail.com>
Date: Fri Oct 24 16:37:14 2014 -0400
Add debug to event source
---
lib/iframe-bootstrap.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/iframe-bootstrap.js b/lib/iframe-bootstrap.js
index 264d991..2eedd63 100644
--- a/lib/iframe-bootstrap.js
+++ b/lib/iframe-bootstrap.js
@@ -67,6 +67,7 @@ module.exports = function(SockJS, availableTransports) {
var transport = p[1];
var transUrl = p[2];
var baseUrl = p[3];
+ debug(version, transport, transUrl, baseUrl);
// change this to semver logic
if (version !== SockJS.version) {
throw new Error('Incompatibile SockJS! Main site uses:' +
--
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