summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Argasinski <argasinski.hubert@gmail.com>2016-10-12 13:54:34 -0400
committerHubert Argasinski <argasinski.hubert@gmail.com>2016-10-12 13:55:15 -0400
commit6a7fa4e8d094600f95a4337767e2c9f0ebbdd790 (patch)
tree18c79efd1d22c64a247fa9f5dc6ea4baf1d0d161
parentb2ed9ffece5f1076ac3f4839461c81d81cf09672 (diff)
downloadasync-6a7fa4e8d094600f95a4337767e2c9f0ebbdd790.tar.gz
fix style error in doc generation script
-rw-r--r--support/jsdoc/jsdoc-fix-html.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/jsdoc/jsdoc-fix-html.js b/support/jsdoc/jsdoc-fix-html.js
index 903d546..ef81e55 100644
--- a/support/jsdoc/jsdoc-fix-html.js
+++ b/support/jsdoc/jsdoc-fix-html.js
@@ -10,7 +10,6 @@ var pageTitle = 'Methods:';
var docFilename = 'docs.html';
var mainModuleFile = 'module-async.html';
-var mainSectionId = '#main';
var mainScrollableSection = '#main-container';
var sectionTitleClass = '.page-title';