Slidebars icon indicating copy to clipboard operation
Slidebars copied to clipboard

TypeError: slidebars is not a constructor

Open mathishuettl opened this issue 9 years ago • 2 comments

Hello,

i wanted to install slidebars with npm but i get the error:

TypeError: slidebars is not a constructor

what i did:

  1. run npm install slidebars
  2. put this code into my main.js
var slidebars = require("slidebars");

( function ( $ ) {
    var controller = new slidebars();
    controller.init();
}) ( jQuery );

mathishuettl avatar Sep 29 '16 09:09 mathishuettl

having the same issue! whats the latest on this?

jonny-harte avatar Mar 08 '17 22:03 jonny-harte

Bump

MHLut avatar Jun 13 '17 10:06 MHLut