Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upWay to prevent warnings from an external library wither lower case constructor names #916
Comments
This comment has been minimized.
This comment has been minimized.
|
You can try using the functions without If that doesn't work, add |
feross
closed this
Jun 21, 2017
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
computersarecool commentedJun 14, 2017
I am using a library that uses lower case names for all constructors (in this case Ammo.js. This creates warnings all my code. Is there a way to disable this warning.
I am using Flycheck and Emacs so these warnings show up as I am coding.