[Pkg-javascript-commits] [sockjs-client] 282/434: IE doens't have console.log
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:19 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 70d993c1b66da2237d5ed3f31dcb030c12f931cb
Author: Marek Majkowski <majek04 at gmail.com>
Date: Wed Jan 11 13:54:38 2012 +0000
IE doens't have console.log
---
tests/html/src/tests.coffee | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/html/src/tests.coffee b/tests/html/src/tests.coffee
index 35652c7..7319808 100644
--- a/tests/html/src/tests.coffee
+++ b/tests/html/src/tests.coffee
@@ -27,7 +27,7 @@ echo_factory_factory = (protocol, messages) ->
if e.data.charCodeAt(i) != x.charCodeAt(i)
xx1 = ('0000' + x.charCodeAt(i).toString(16)).slice(-4)
xx2 = ('0000' + e.data.charCodeAt(i).toString(16)).slice(-4)
- console.log('source: \\u' + xx1 + ' differs from: \\u' + xx2)
+ log('source: \\u' + xx1 + ' differs from: \\u' + xx2)
break
equal(e.data, '' + a[0])
a.shift()
--
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