Skip to content

Commit

Permalink
fix: generate event names from the event scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed Feb 12, 2018
1 parent 20c6173 commit 768c17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/javascript-reference.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</thead>
{{#each js.event}}
<tr>
<td><code>{{formatJsEventName this.name ../title}}</code></td>
<td><code>{{formatJsEventName this.name this.memberof}}</code></td>
<td>{{this.description}}</td>
</tr>
{{/each}}
Expand Down

0 comments on commit 768c17c

Please sign in to comment.