Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eyal670 opened this issue Mar 10, 2017 · 2 comments
Open

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

eyal670 opened this issue Mar 10, 2017 · 2 comments

Comments

@eyal670
Copy link

eyal670 commented Mar 10, 2017

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
Copy link
Owner

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

@eyal670
Copy link
Author

eyal670 commented Mar 19, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants