-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
use void 0
to replace 'undefined'
#7
Comments
I'll need some help understanding this. Please describe the problem first (be specific). |
because when under ES5 , especially in IE browser, identifier
under Chrome browser or because you use so sorry~, my English is not well... |
want to do a pr? |
Please do not do this. It makes the code harder to read and is already done by decent minifiers like closure compiler. If you want smaller code, run the Javascript through a minifier instead of trying to compact the source code. |
use
void 0
to replace 'undefined' for prevent rewrite.The text was updated successfully, but these errors were encountered: