implement getBlobPathFromHex

This commit is contained in:
ansuz
2017-04-27 12:47:21 +02:00
parent f50aa5c29b
commit a97e7223f1
2 changed files with 5 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ define([
var hrefToHexChannelId = common.hrefToHexChannelId = Hash.hrefToHexChannelId;
var parseHash = common.parseHash = Hash.parseHash;
var getRelativeHref = common.getRelativeHref = Hash.getRelativeHref;
common.getBlobPathFromHex = Hash.getBlobPathFromHex;
common.getEditHashFromKeys = Hash.getEditHashFromKeys;
common.getViewHashFromKeys = Hash.getViewHashFromKeys;