moving Tessellate towards more of a library structure

This commit is contained in:
Gavin McDonald
2016-02-19 12:46:31 -05:00
parent ccd9cdb111
commit 63af7b6db8
8 changed files with 126 additions and 97 deletions

View File

@@ -1,4 +1,6 @@
export function noop() {};
export function throttleEvent(type, name, obj) {
obj = obj || window;
let running = false;