radare/radare2-webui

View on GitHub
www/enyo/js/search.js

Summary

Maintainability
A
1 hr
Test Coverage
enyo.kind({
    name: 'Search',
    kind: 'Scroller',
    style: 'background-color:#303030',
    components: [
        {tag: 'center', components: [
            {tag: 'h1', style: 'color:#f0f0f0', content: 'TODO: Search'}
        ]}
    ]
});