I have the outline window but there is nothing there. However, my code is different from yours. If I type it as you have it the outline works fine. But…
com.blah.something = function() {
var foo = 1;
return {
init: function() {
alert('Application successfully initialized');
}
};
}();
shows nothing. It used to work fine in 8.6. All of my JS files are laid out based on this tutorial but I’m willing to learn something new.