Closed daurnimator closed 10 years ago
The moonshine.min.js file has this replacement as part of the minification process. As I generally refer to the built file as "development version" and the minified file as "production version", I'm happy to leave this as is. I believe that "undefined" is more readable and understandable to the human eye than "void 0".
Don't use
undefined
: some evil module could define it.The proper equivalent is
void 0