Community
Participate
Working Groups
Using this snippit of code... var com; if(!com) com = {}; com.Class = {}; com.Class.fun1 = function(a) {}; com.Class.fun2 = function(b, c) {}; The only thing that shows up in the outline view is com : {} I would expect to be able to drill down into my object.
this would be awesome
*** Bug 299217 has been marked as a duplicate of this bug. ***