Add some tests.

This commit is contained in:
Lars Jung 2016-07-24 01:23:10 +02:00
parent e52b3dd440
commit 0e0f06d634
3 changed files with 44 additions and 2 deletions

View file

@ -16,10 +16,9 @@ const mainrowTpl =
</div>`;
const init = () => {
dom('#fallback, #fallback-hints').rm();
const $root = dom(rootSelector)
.attr('id', 'root')
.clr()
.app(topbarTpl)
.app(mainrowTpl);