Novicell/novicell-lazyload

A constructor without params fails

Opened this issue · 0 comments

const lazy = new NovicellLazyLoad(); // No work
const lazy = new NovicellLazyLoad({}); // Works

We might wanna be able to initialize it without an empty object