Community
Participate
Working Groups
Build Identifier: 3.6.1 Out of convention, almost all of our javascript files follow this pattern: (function(){ //All code is in here })(); Aptana's outline would display this as an anonymous function, and then display the elements declared in side it. JSDT just shows an empty outline. Reproducible: Always
Randy, I think we need a concrete example that *does* declare something inside to test against.
(In reply to comment #1) > Randy, I think we need a concrete example that *does* declare something inside > to test against. (function(){ function foo(){}; function bar(){}; })();
*** This bug has been marked as a duplicate of bug 266113 ***