You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For reference, this happens due to a trailing comma after the last function argument on line 422 (e.g. foo(1,2,3,)). This is now allowed by JavaScript, but apparently not yet supported by the old uglify version it uses. If you either fix that or remove the package-lock.json and run npm install again, it works...
Unknown error in original version at line 422 jquery.jscrollpane.js
jquery.jscrollpane.min.js - works fine
The text was updated successfully, but these errors were encountered: