From 1702af581386ec14baebfb396fef52b7f4047b99 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Thu, 11 Jun 2020 20:01:05 -0500 Subject: [PATCH] this.ink warning TODO --- lib/ui/views.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ui/views.js b/lib/ui/views.js index 73aaec1d..b2bf7893 100644 --- a/lib/ui/views.js +++ b/lib/ui/views.js @@ -5,6 +5,7 @@ import { once } from '../misc'; const getlazy = client.import('getlazy'); +// TODO this.ink is not imported! export function dom({tag, attrs, contents}, opts) { const view = document.createElement(tag);