UNPKG

docdash-with-search

Version:

A clean, responsive documentation template theme for JSDoc 3 with search based on docdash.

24 lines 867 B
(function(global, undefined) { var __CONFIG__ = global.__CONFIG__; if(__CONFIG__.search) { SystemJS.config({ meta: { 'scripts/search.js': { deps: ['scripts/lodash.min.js', 'scripts/typeahead.bundle.min.js', 'scripts/handlebars.js', 'scripts/jquery.min.js'], format: 'global' }, 'scripts/typeahead.bundle.min.js': { deps: ['scripts/jquery.min.js'], format: 'global' }, 'scripts/jquery.min.js': { format: 'global', exports: '$' } } }); SystemJS.import('scripts/typeahead.bundle.min.js'); SystemJS.import('scripts/search.js'); } SystemJS.import('scripts/linenumber.js'); })(window);