From c75e05b2fcbd08ec77a2ac85837f9f58829a44f6 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Sun, 2 Jul 2017 02:45:51 +0200 Subject: build environment and basic folder structure --- node_modules.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 node_modules.patch (limited to 'node_modules.patch') diff --git a/node_modules.patch b/node_modules.patch new file mode 100644 index 0000000..6ed69bd --- /dev/null +++ b/node_modules.patch @@ -0,0 +1,13 @@ +--- node_modules/virtual-dom/vdom/apply-properties.js ++++ node_modules/virtual-dom/vdom/apply-properties.js +@@ -36,9 +36,7 @@ + node.removeAttribute(attrName) + } + } else if (propName === "style") { +- for (var i in previousValue) { +- node.style[i] = "" +- } ++ node.style = "" + } else if (typeof previousValue === "string") { + node[propName] = "" + } else { -- cgit v1.2.3-70-g09d2