backport live changes

This commit is contained in:
ansuz
2017-05-26 12:41:30 +02:00
parent 70c1061f47
commit cf658c1b3a
3 changed files with 24 additions and 3 deletions

View File

@@ -71,6 +71,7 @@ define([
common.bytesToMegabytes = Util.bytesToMegabytes;
common.bytesToKilobytes = Util.bytesToKilobytes;
common.fetch = Util.fetch;
common.throttle = Util.throttle;
// import hash utilities for export
var createRandomHash = common.createRandomHash = Hash.createRandomHash;