svg.easing.js icon indicating copy to clipboard operation
svg.easing.js copied to clipboard

Added closing semicolon.

Open brandondurham opened this issue 10 years ago • 1 comments

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

brandondurham avatar May 13 '15 16:05 brandondurham

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!

Fuzzyma avatar Jun 26 '17 07:06 Fuzzyma