Skip to content

Commit

Permalink
comment on a IE8 bug
Browse files Browse the repository at this point in the history
	modified:   easyWebSocket-node.min.js
	modified:   easyWebSocket.min.js
	modified:   node/easyWebSocket-node.js
  • Loading branch information
jeromeetienne committed Feb 28, 2011
1 parent e0d9d72 commit ca3b4fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion easyWebSocket-node.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion easyWebSocket.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node/easyWebSocket-node.js
Expand Up @@ -147,6 +147,7 @@ EasyWebSocket.logFunction = function(){}

EasyWebSocket.prototype.parseUri = function parseUri (str) {
var o = parseUri.options,
// TODO apparently this o.parser is causing trouble in IE8
m = o.parser[o.strictMode ? "strict" : "loose"].exec(str),
uri = {},
i = 14;
Expand Down

0 comments on commit ca3b4fc

Please sign in to comment.