mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 05:38:12 +00:00
[ObjectAPI] Draft new Object API
Rought prototype of new object API.
This commit is contained in:
3
main.js
3
main.js
@ -35,7 +35,8 @@ requirejs.config({
|
||||
"screenfull": "bower_components/screenfull/dist/screenfull.min",
|
||||
"text": "bower_components/text/text",
|
||||
"uuid": "bower_components/node-uuid/uuid",
|
||||
"zepto": "bower_components/zepto/zepto.min"
|
||||
"zepto": "bower_components/zepto/zepto.min",
|
||||
"lodash": "bower_components/lodash/lodash"
|
||||
},
|
||||
"shim": {
|
||||
"angular": {
|
||||
|
Reference in New Issue
Block a user