mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 23:53:49 +00:00
[Build] Fix failing test
Acquire reference to moment as an argument instead of assuming global availability; this appears to be no longer be present globally after build changes
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
define(
|
||||
["moment"],
|
||||
function () {
|
||||
function (moment) {
|
||||
"use strict";
|
||||
|
||||
var DATE_FORMAT = "YYYY-MM-DD";
|
||||
|
Reference in New Issue
Block a user