mirror of
https://github.com/nasa/openmct.git
synced 2025-03-21 19:45:23 +00:00
[Timeline] Add missing semicolon
This commit is contained in:
parent
7c140c06dc
commit
d5283d57e4
@ -41,7 +41,7 @@ define([
|
||||
var name = property.name;
|
||||
if (!columnNames[name]) {
|
||||
columnNames[name] = true;
|
||||
columns.push(new MetadataColumn(name))
|
||||
columns.push(new MetadataColumn(name));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user