-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
When you define a class like so:
_.class({
initialize: function($name, $age) { ... }
});...those names will be changed upon minification (say with uglifyjs -m), and will not work as intended anymore.
I don't think there's any easy way to fix this, unfortunately.
Reactions are currently unavailable