Closed SLaks closed 11 years ago
Uglify v2.3.2 transforms (function(){})() to !function(){}() This breaks the slice() call.
Fixes lefnire/habitrpg#920
This code still works with older Uglifies.
The current npm version of Racer doesn't work in production mode; this should be published soon.
Uglify v2.3.2 transforms (function(){})() to !function(){}() This breaks the slice() call.
Fixes lefnire/habitrpg#920
This code still works with older Uglifies.