lint compliance

This commit is contained in:
yflory
2020-01-27 18:55:03 +01:00
parent 50b897ee2e
commit ea65647d44
2 changed files with 5 additions and 1 deletions

View File

@@ -383,7 +383,7 @@ Version 1
return '/' + type + '/#' + hash;
};
Hash.hrefToHref = function (href) {
var parsed = parsedPadUrl(href);
var parsed = Hash.parsePadUrl(href);
return parsed.hash;
};