File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
share/mrdocs/addons/generator/common/partials/symbol/signature Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2525 declaration). Similarly, don't show a semicolon if there are base
2626 classes. --}}
2727{{ ~#isSeeBelow }} { /* see-below */ }{{ /isSeeBelow ~}}
28- {{ #if (or isSeeBelow (and (not isFinal ) (isEmpty bases )))}} ;{{ /if }}
28+ {{ #if (or isSeeBelow (and (not isFinal ) (eq ( len bases ) 0 )))}} ;{{ /if }}
Original file line number Diff line number Diff line change @@ -3814,7 +3814,6 @@ registerBuiltinHelpers(Handlebars& hbs)
38143814 hbs.registerHelper (" log" , dom::makeVariadicInvocable (log_fn));
38153815 hbs.registerHelper (" helperMissing" , dom::makeVariadicInvocable (helper_missing_fn));
38163816 hbs.registerHelper (" blockHelperMissing" , dom::makeInvocable (block_helper_missing_fn));
3817- hbs.registerHelper (" isEmpty" , dom::makeVariadicInvocable (is_empty_fn));
38183817}
38193818
38203819void
You can’t perform that action at this time.
0 commit comments