RadLikeWhoa / Countable

Add live paragraph-, word- and character-counting to an HTML element.
https://sacha.me/Countable
MIT License
1.64k stars 134 forks source link

Uncaught TypeError: Cannot set property 'Countable' of undefined #43

Open eyal670 opened 7 years ago

eyal670 commented 7 years ago

Hi I get this error in the chrome console log when loading the page:

Uncaught TypeError: Cannot set property 'Countable' of undefined at Countable.js:406 at Countable.js:16

the site is a foundation 6 site with zurb template

any ideas?

RadLikeWhoa commented 7 years ago

This is where Countable is attached to the window object. So for some reason, window is undefined. How do you include Countable?

eyal670 commented 7 years ago

Hi, sorry for the delay the script is compiled with the script of foundation 6 from two different files( countable.js, app.js(foundation script) ) into one file by Uglify and Gulp and the Error occurs on the next page loading, even without interacting with the countable functions. thank you for your time and the fast response.