mirror of
https://github.com/nasa/openmct.git
synced 2025-05-02 16:53:24 +00:00
Removed superfluous function
This commit is contained in:
parent
604b29096d
commit
b6acdb12ec
@ -148,10 +148,6 @@ GLOBAL.window = GLOBAL.window || GLOBAL; // nomnoml expects window to be define
|
|||||||
return customRenderer;
|
return customRenderer;
|
||||||
}
|
}
|
||||||
|
|
||||||
function matchesPattern(pattern, candidate){
|
|
||||||
return candidate.match(pattern);
|
|
||||||
}
|
|
||||||
|
|
||||||
options['in'] = options['in'] || options.i;
|
options['in'] = options['in'] || options.i;
|
||||||
options.out = options.out || options.o;
|
options.out = options.out || options.o;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user