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