mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 09:26:45 +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;
|
||||
}
|
||||
|
||||
function matchesPattern(pattern, candidate){
|
||||
return candidate.match(pattern);
|
||||
}
|
||||
|
||||
options['in'] = options['in'] || options.i;
|
||||
options.out = options.out || options.o;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user