throttle markdown preview

This commit is contained in:
ansuz
2017-05-24 11:27:16 +02:00
parent d49e6deffb
commit dc80b6b11f
3 changed files with 16 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;