mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 07:16:39 +00:00
[Time Conductor] Expose getFormat correctly
...as an instance method of FormatProvider
This commit is contained in:
parent
86c61f7543
commit
c6b7121cf0
@ -42,7 +42,7 @@ define([
|
||||
this.formatMap = formatMap;
|
||||
}
|
||||
|
||||
FormatProvider.getFormat = function (key) {
|
||||
FormatProvider.prototype.getFormat = function (key) {
|
||||
return this.formatMap[key];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user