summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-03-08 22:54:40 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-03-08 22:54:40 -0700
commitd815b4629c1020bf93debf78eeedd4cddd1a36c5 (patch)
tree0cdbed8e40c14cb104b9e2e9e9ebf9ca2b7d68dc
parent6385ef0f80294e94f83838f2e13ad74630ba4e6e (diff)
downloadDotNetOpenAuth-d815b4629c1020bf93debf78eeedd4cddd1a36c5.zip
DotNetOpenAuth-d815b4629c1020bf93debf78eeedd4cddd1a36c5.tar.gz
DotNetOpenAuth-d815b4629c1020bf93debf78eeedd4cddd1a36c5.tar.bz2
whitespace fix
-rw-r--r--src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js
index 9bdce90..fc6a68c 100644
--- a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js
+++ b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js
@@ -301,7 +301,7 @@ function initAjaxOpenId(box, openid_logo_url, dotnetopenid_logo_url, spinner_url
}
box.dnoi_internal.isAuthenticated = function() {
- var results = box.dnoi_internal.getUserSuppliedIdentifierResults();
+ var results = box.dnoi_internal.getUserSuppliedIdentifierResults();
return results != null && results.findSuccessfulRequest() != null;
}