Slidebars
Slidebars copied to clipboard
TypeError: slidebars is not a constructor
Hello,
i wanted to install slidebars with npm but i get the error:
TypeError: slidebars is not a constructor
what i did:
- run npm install slidebars
- put this code into my main.js
var slidebars = require("slidebars");
( function ( $ ) {
var controller = new slidebars();
controller.init();
}) ( jQuery );
having the same issue! whats the latest on this?
Bump