Skip to content

Conversation

brandondurham
Copy link

I was receiving errors after concatenating several JS files (including this one) and found the source issue to be a missing closing semicolon in this file.

The errors:

Uncaught TypeError: (intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value) is not a function

main.js:1 Uncaught TypeError: Cannot read property 'quintInOut' of undefined

@Fuzzyma
Copy link
Member

Fuzzyma commented Jun 26, 2017

I rather think, that your next minimized file starts with something like this:

(function(){ ... })

so THERE is a semicolon missing in front. Not at the end of our file!

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

Successfully merging this pull request may close these issues.

3 participants