/* * typeahead.js * https://github.com/twitter/typeahead.js * Copyright 2013-2014 Twitter, Inc. and other contributors; Licensed MIT */ var html = (function() { return { wrapper: '', dropdown: '', dataset: '
', suggestions: '', suggestion: '' }; })();