Menu

Outlining problems

Help
Dave
2004-08-17
2004-08-17
  • Dave

    Dave - 2004-08-17

    The outlining does not seem to recognise prototype declarations, for example:

    Obj.prototype = {
      doSomething: function() {
      }
    }

    Should surely show up in the outline as Obj with a function within called doSomething. Instead all I see is one blank entry that links to the doSomething function.

    Mossop

     
    • Alex Fitzpatrick

      This syntax is not yet supported. If you'd like to implement it let me know.

       

Log in to post a comment.