mirror of
https://github.com/nasa/openmct.git
synced 2025-04-30 15:59:55 +00:00
[Example] Add missing semicolon
In context of building examples for WTD-518 self-testing.
This commit is contained in:
parent
89a70973d6
commit
f3e532156d
@ -23,7 +23,7 @@ define(
|
|||||||
var template = examples.length > 0 ?
|
var template = examples.length > 0 ?
|
||||||
HAS_EXTENSIONS : NO_EXTENSIONS;
|
HAS_EXTENSIONS : NO_EXTENSIONS;
|
||||||
|
|
||||||
template += "<ul>"
|
template += "<ul>";
|
||||||
examples.forEach(function (E) {
|
examples.forEach(function (E) {
|
||||||
template += "<li>";
|
template += "<li>";
|
||||||
if (typeof E === 'function') {
|
if (typeof E === 'function') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user