Skip to content

Commit

Permalink
remove unused regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
hegemonic committed Sep 12, 2016
1 parent f9c42de commit 571ca67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jsdoc/src/handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ var currentModule = null;
var SCOPE_NAMES = jsdoc.name.SCOPE.NAMES;
var SCOPE_PUNC = jsdoc.name.SCOPE.PUNC;
var Syntax = jsdoc.src.syntax.Syntax;
var unresolvedName = /^((?:module.)?exports|this)(\.|$)/;

function CurrentModule(doclet) {
this.doclet = doclet;
Expand Down

0 comments on commit 571ca67

Please sign in to comment.