summaryrefslogtreecommitdiff
path: root/support/jsdoc/jsdoc-import-path-plugin.js
diff options
context:
space:
mode:
Diffstat (limited to 'support/jsdoc/jsdoc-import-path-plugin.js')
-rw-r--r--support/jsdoc/jsdoc-import-path-plugin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/jsdoc/jsdoc-import-path-plugin.js b/support/jsdoc/jsdoc-import-path-plugin.js
index 3f0937f..905e157 100644
--- a/support/jsdoc/jsdoc-import-path-plugin.js
+++ b/support/jsdoc/jsdoc-import-path-plugin.js
@@ -1,7 +1,7 @@
const path = require('path');
exports.handlers = {
- jsdocCommentFound: function(e) {
+ jsdocCommentFound(e) {
var moduleName = path.parse(e.filename).name;