mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 11:03:48 +01:00
add export statement
This commit is contained in:
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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user