mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
fix comment that totally freaked out JSHint
this fixes a JSHint error that cannot be suppressed.
This commit is contained in:
parent
a54b51e276
commit
366c33ffe6
@ -234,7 +234,7 @@ exports.Parser.prototype.resolveThis = function(node) {
|
||||
}
|
||||
else {
|
||||
if (node.enclosingFunction){
|
||||
return this.resolveThis(node.enclosingFunction/*memberof.doclet.meta.code.val*/);
|
||||
return this.resolveThis(node.enclosingFunction/* memberof.doclet.meta.code.val */);
|
||||
}
|
||||
else return ''; // TODO handle global this?
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user