Community
Participate
Working Groups
Created attachment 226281 [details] screenshot of outline with no functions For free floating functions show them in outline function foo(){} function bar(){} Outline doesn't show these functions. If I create functions using a variable or object literal then functions are shown var foo = function(){ return true; }
Created attachment 228116 [details] functions shown in outline
Free floating functions are now shown in outline