I\'ve got a collection of javascript files from a 3rd party, and I\'d like to remove all the unused methods to get size down to a more reasonable level.
Does anyone
No. Because you can "use" methods in insanely dynamic ways like this.
obj[prompt("Gimme a method name.")]();