Removed superfluous function
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user