mirror of
https://github.com/nasa/openmct.git
synced 2025-04-12 05:40:17 +00:00
Merge pull request #1207 from Proekspert/fix-tutorial
[Documentation] Fixed module reference
This commit is contained in:
commit
5aa95c0415
@ -675,10 +675,10 @@ it in our bundle definition, as an extension of category `controllers`:
|
||||
```diff
|
||||
define([
|
||||
'legacyRegistry',
|
||||
'./src/controllers/TodoController'
|
||||
+ './src/controllers/TodoController'
|
||||
], function (
|
||||
legacyRegistry,
|
||||
TodoController
|
||||
+ TodoController
|
||||
) {
|
||||
legacyRegistry.register("tutorials/todo", {
|
||||
"name": "To-do Plugin",
|
||||
@ -2948,7 +2948,7 @@ will implement:
|
||||
/*global define*/
|
||||
|
||||
define(
|
||||
['./src/ExampleTelemetrySeries'],
|
||||
['./ExampleTelemetrySeries'],
|
||||
function (ExampleTelemetrySeries) {
|
||||
"use strict";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user