0
0
mirror of https://github.com/Doodle3D/Doodle3D-Core.git synced 2025-05-11 17:53:22 +02:00

add export statement

This commit is contained in:
casperlamboo 2017-11-08 23:39:58 +01:00
parent 73764aed75
commit a9038e2e30

@ -43,7 +43,7 @@ export function asyncIterator(array, callback) {
// return result;
// }
function createThrottle() {
export function createThrottle() {
let next = null;
return callback => {