Community
Participate
Working Groups
if you have the following ---- A.js : foo.bar.Awesome.prototype.funcOne = function() { } B.js : foo.bar.Awesome.prototype.funcTwo = function() { } ---- Then under the JavaScript Resources node there will be the foo.bar package. Under the foo.bar package I would expect to see one node for the class "Awesome" with two functions listed under it, "funcOne" and "funcTwo". What I see instead is two "Awesome" classes listed under the "foo.bar" package each with one of the two methods.
*** This bug has been marked as a duplicate of bug 314881 ***