delorean
delorean copied to clipboard
use `for-of` instead of `for-in` for next JavaScript versions.
It may be early but try to use for-of instead of for-in loops.
Why not use traceur / es6ify and build the library that way it also supports age old browsers? (PS breaking the library itself in multiple files will increase readability :-) )