mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
fixed new code indication
This commit is contained in:
parent
4ec0d0633d
commit
77d4760945
@ -675,10 +675,10 @@ it in our bundle definition, as an extension of category `controllers`:
|
|||||||
```diff
|
```diff
|
||||||
define([
|
define([
|
||||||
'legacyRegistry',
|
'legacyRegistry',
|
||||||
'./src/controllers/TodoController'
|
+ './src/controllers/TodoController'
|
||||||
], function (
|
], function (
|
||||||
legacyRegistry,
|
legacyRegistry,
|
||||||
TodoController
|
+ TodoController
|
||||||
) {
|
) {
|
||||||
legacyRegistry.register("tutorials/todo", {
|
legacyRegistry.register("tutorials/todo", {
|
||||||
"name": "To-do Plugin",
|
"name": "To-do Plugin",
|
||||||
|
Loading…
Reference in New Issue
Block a user