davidderaedt / annotate-extension

Brackets extension to generate JSDoc annotations
MIT License
18 stars 13 forks source link

Doesn't find object functions #26

Open EvHaus opened 10 years ago

EvHaus commented 10 years ago

I was hoping #25 would fix it, but object functions still cannot be found, ie:

var MyObject = {
    myFunction: function () {

    }
}