nikhilkalige / docblockr

DocBlockr is a package for Atom which is designed to make writing documentation faster and easier.
MIT License
405 stars 93 forks source link

javascript docblock for class variable notation #29

Closed alexwenzel closed 9 years ago

alexwenzel commented 10 years ago

I am getting this error when I try to docblock a class property in javascript:

Uncaught TypeError: Cannot read property 'replace' of undefined c:\Users\****\.atom\packages\docblockr\lib\docsparser.js:7

Example of what I try to docblock (I trigger this with /**):

this.options = {
    swfPath: '',
    supplied: 'mp3',
    wmode: "window",
};

I am working with Atom on a Windows 7 maschine.

malko commented 9 years ago

Can't reproduce with latest docblocker version. I imagine previous upgrades solved this problem, i close the issue for now but feel free to re-open if you experience it again.