dciccale/jslibraryboilerplate

Missing init function on pure JS

Closed this issue · 1 comments

Hi, I downloaded the pure JS file jslibraryboilerplate_js.js but I noticed that this file is different from the live demo(minified) version. There is no init function on the pure JS file that's causing an error.

Thanks.

thanks @deepsweech I've updated de minifier version from the demo to the latest version which doesn't use an init function but the constructor directly.