Fix function name

pull/1/head
yflory 2020-01-28 18:03:24 +01:00
parent b84299ff89
commit 745bcd7363
1 changed files with 1 additions and 1 deletions

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;
};