Removed superfluous function

This commit is contained in:
Henry 2015-12-11 11:09:03 -08:00
parent 604b29096d
commit b6acdb12ec

View File

@ -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;