mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
fixed missing commas
This commit is contained in:
parent
9a9d9222a9
commit
0a95db1a51
@ -47,7 +47,7 @@ define([
|
||||
'./goToOriginalAction/plugin',
|
||||
'./clearData/plugin',
|
||||
'./webPage/plugin',
|
||||
'./condition/plugin'
|
||||
'./condition/plugin',
|
||||
'./themes/espresso',
|
||||
'./themes/maelstrom',
|
||||
'./themes/snow'
|
||||
@ -78,7 +78,7 @@ define([
|
||||
GoToOriginalAction,
|
||||
ClearData,
|
||||
WebPagePlugin,
|
||||
ConditionPlugin
|
||||
ConditionPlugin,
|
||||
Espresso,
|
||||
Maelstrom,
|
||||
Snow
|
||||
|
Loading…
Reference in New Issue
Block a user