Fix function name

This commit is contained in:
yflory 2020-01-28 18:03:24 +01:00
parent b84299ff89
commit 745bcd7363

View File

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