Skip to content

Instantly share code, notes, and snippets.

View emanresusername's full-sized avatar

Jordan Gwyn emanresusername

View GitHub Profile
const PARSER_MAX_RESULTS = 20;
const PREVIEW_DELAY = 500;
function parserOpts(opts) {
return $.extend({
maxResults: PARSER_MAX_RESULTS
}, opts);
}
function cmdOpts(opts) {