summaryrefslogtreecommitdiff
path: root/support/jsdoc/jsdoc-fix-html.js
diff options
context:
space:
mode:
Diffstat (limited to 'support/jsdoc/jsdoc-fix-html.js')
-rw-r--r--support/jsdoc/jsdoc-fix-html.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/support/jsdoc/jsdoc-fix-html.js b/support/jsdoc/jsdoc-fix-html.js
index c33de90..903d546 100644
--- a/support/jsdoc/jsdoc-fix-html.js
+++ b/support/jsdoc/jsdoc-fix-html.js
@@ -132,9 +132,7 @@ function scrollSpyFix($page, $nav) {
});
- $page.find('[data-type="method"]').each(function() {
- $(this).addClass("toc-method");
- });
+ $page.find('[data-type="method"]').addClass("toc-method");
$page.find('[id^="."]').each(function() {
var $ele = $(this);