Skip to content

Commit

Permalink
Fixed _parseHtml global leak
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg authored and Håvard Stranden committed Feb 4, 2011
1 parent 3eafba7 commit 82614b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openid.js
Expand Up @@ -338,7 +338,7 @@ function _matchLinkTag(html, rel)
return href[1];
}

_parseHtml = function(htmlUrl, html, callback, hops)
function _parseHtml (htmlUrl, html, callback, hops)
{
var metaUrl = _matchMetaTag(html);
if(metaUrl != null)
Expand Down

0 comments on commit 82614b7

Please sign in to comment.