cubiq / iscroll

Smooth scrolling for the web
http://iscrolljs.com
MIT License
12.88k stars 3.81k forks source link

IScroll crashes during call to "new IScroll(..)" #1040

Open jacobbogers opened 8 years ago

jacobbogers commented 8 years ago

This sample code that reproduces the bug: http://codepen.io/jacobBogers/pen/BKbjQr?editors=1001

I have reduced solely to a 2 line JS initialization

This is the error text of chromium debugger

Uncaught TypeError: this._init is not a function IScroll.js:355

You can see in the snippet what version if IScroll I use.

glebmachine commented 8 years ago

There is no iscroll in your repro