mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
Refactoring based on feedback
Refactoring controller Migrating functions off controller onto service class Simplified modes Adding comments Removed unnecessary validation Fixing testing issues
This commit is contained in:
@ -62,6 +62,7 @@ requirejs.config({
|
||||
"text": "bower_components/text/text",
|
||||
"uuid": "bower_components/node-uuid/uuid",
|
||||
"zepto": "bower_components/zepto/zepto.min",
|
||||
"d3": "bower_components/d3/d3.min"
|
||||
},
|
||||
|
||||
"shim": {
|
||||
@ -82,6 +83,9 @@ requirejs.config({
|
||||
},
|
||||
"zepto": {
|
||||
"exports": "Zepto"
|
||||
},
|
||||
"d3": {
|
||||
"exports": "d3"
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user