Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jun 21, 2011
1 parent a7021b4 commit 4232629
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
14 changes: 7 additions & 7 deletions dist/socket.io.js
Expand Up @@ -2949,14 +2949,14 @@ var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="Sho
req.open(method || 'GET', this.prepareUrl() + '?t' + (+ new Date));

if (method == 'POST') {
if (req.setRequestHeader) {
req.setRequestHeader('Content-type', 'text/plain;charset=UTF-8');
} else {
// XDomainRequest
try {
try {
if (req.setRequestHeader) {
req.setRequestHeader('Content-type', 'text/plain;charset=UTF-8');
} else {
// XDomainRequest
req.contentType = 'text/plain';
} catch (e) {}
}
}
} catch (e) {}
}

return req;
Expand Down
2 changes: 1 addition & 1 deletion dist/socket.io.min.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions support/test-runner/index.jade
Expand Up @@ -14,10 +14,6 @@ html

script
$(function () {
run(
'socket.test.js'
);
return;
run(
'io.test.js'
, 'parser.test.js'
Expand Down

0 comments on commit 4232629

Please sign in to comment.