Skip to content

Commit

Permalink
Update lib/dox.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vladtsf committed Dec 7, 2011
1 parent 930db2d commit a34e90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dox.js
Expand Up @@ -40,10 +40,10 @@ exports.parseComments = function(js){
// code following previous comment
if (buf.trim().length) {
comment = comments[comments.length - 1];
if(comment) {
if(comment) {
comment.code = code = buf.trim();
comment.ctx = exports.parseCodeContext(code);
}
}
buf = '';
}
i += 2;
Expand Down

0 comments on commit a34e90a

Please sign in to comment.