Closed exdeniz closed 8 years ago
I try init Wallop:
import Wallop from 'Wallop' document.addEventListener('DOMContentLoaded', function () { const wallopEl = document.querySelector('.Wallop') console.log(wallopEl) const Wallop = new Wallop(wallopEl) })
And receive error Uncaught TypeError: Wallop is not a constructor
Uncaught TypeError: Wallop is not a constructor
Change code:
const slider = new Wallop(wallopEl)
and it's work.
I try init Wallop:
And receive error
Uncaught TypeError: Wallop is not a constructor