Remove no-longer accurate comment.

pull/993/head
David Baker 2016-02-23 10:57:50 +00:00
parent 45c8500f28
commit a063efe250
1 changed files with 1 additions and 2 deletions

View File

@ -87,8 +87,7 @@ function parseQs(location) {
}
// Here, we do some crude URL analysis to allow
// deep-linking. We only support registration
// deep-links in this example.
// deep-linking.
function routeUrl(location) {
var params = parseQs(location);
var loginToken = params.loginToken;