mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +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 ?
|
||||
HAS_EXTENSIONS : NO_EXTENSIONS;
|
||||
|
||||
template += "<ul>"
|
||||
template += "<ul>";
|
||||
examples.forEach(function (E) {
|
||||
template += "<li>";
|
||||
if (typeof E === 'function') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user