Tagged Questions
0
votes
4answers
69 views
How to find the Javascript that is not contained in a function?
I have a really, really nasty bit of JS code that I've inherited. The code is quite long, and quite obtrusive. The functions defined are all about a thousand or so lines each...
Anyway, since there ...