mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 23:53:49 +00:00
[Build] Update remaining library references
This commit is contained in:
@ -25,7 +25,7 @@
|
|||||||
* Module defining FullscreenAction. Created by vwoeltje on 11/18/14.
|
* Module defining FullscreenAction. Created by vwoeltje on 11/18/14.
|
||||||
*/
|
*/
|
||||||
define(
|
define(
|
||||||
["../../lib/screenfull.min"],
|
["screenfull"],
|
||||||
function () {
|
function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
@ -21,16 +21,8 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
/*global define,requirejs*/
|
/*global define,requirejs*/
|
||||||
|
|
||||||
requirejs.config({
|
|
||||||
shim: {
|
|
||||||
'platform/features/clock/lib/moment-duration-format': {
|
|
||||||
deps: [ 'moment' ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
define(
|
define(
|
||||||
['moment', '../../lib/moment-duration-format'],
|
['moment', 'moment-duration-format'],
|
||||||
function (moment) {
|
function (moment) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user