File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,6 @@ if (data.defaultvalue && (data.defaultvaluetype === 'object' || data.defaultvalu
9
9
defaultObjectClass = ' class="object-value"';
10
10
}
11
11
?>
12
- <?js
13
- var properties = data.properties;
14
- if (properties && properties.length && properties.forEach) {
15
- ?>
16
-
17
- <h5 class="subsection-title">Properties:</h5>
18
-
19
- <?js= this.partial('properties.tmpl', data) ?>
20
-
21
- <?js } ?>
22
12
23
13
<dl class="details">
24
14
Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ var data = obj;
3
3
var self = this;
4
4
?>
5
5
<?js if (data.kind !== 'module') { ?>
6
+
7
+ <?js
8
+ var properties = data.properties;
9
+ if (properties && properties.length && properties.forEach) {
10
+ ?>
11
+
12
+ <h5 class="subsection-title">Properties:</h5>
13
+ <?js= this.partial('properties.tmpl', data) ?>
14
+
15
+ <?js } ?>
16
+
6
17
<?js if (data.kind === 'class' && data.classdesc) { ?>
7
18
<h2>Constructor</h2>
8
19
<?js } ?>
You can’t perform that action at this time.
0 commit comments