At present taglist will only list javascript functions of the
form:
function func(){ }
-- At least, so far as I can configure
It would be great if taglist would list javascript function
literals. I.E. of the form
funcname: function(){}
// OR
instance.funcname = function(){}
Can this be done?
thanks
tim