From 30f2cec67164e3e774a4dd5948828a5c6a439532 Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 22 Jul 2019 11:41:20 +0200 Subject: [PATCH] fix failing JS tests --- lib/js/dom.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/js/dom.nim b/lib/js/dom.nim index a042c222e2..efe281ce53 100644 --- a/lib/js/dom.nim +++ b/lib/js/dom.nim @@ -417,7 +417,6 @@ type paddingTop*: cstring pageBreakAfter*: cstring pageBreakBefore*: cstring - opacity*: cstring pointerEvents*: cstring position*: cstring right*: cstring