moving Tessellate towards more of a library structure
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
|
||||
export function noop() {};
|
||||
|
||||
export function throttleEvent(type, name, obj) {
|
||||
obj = obj || window;
|
||||
let running = false;
|
||||
|
||||
Reference in New Issue
Block a user