aboutsummaryrefslogtreecommitdiff
path: root/node_modules.patch
diff options
context:
space:
mode:
authorbozo.kopic <bozo.kopic@gmail.com>2017-07-02 02:45:51 +0200
committerbozo.kopic <bozo.kopic@gmail.com>2017-07-02 02:45:51 +0200
commitc75e05b2fcbd08ec77a2ac85837f9f58829a44f6 (patch)
tree446e9f371f0847b78832a8ff5594c56e6c891d7b /node_modules.patch
parent268bb2951c9026e8935c0a99d188416422351a0e (diff)
build environment and basic folder structure
Diffstat (limited to 'node_modules.patch')
-rw-r--r--node_modules.patch13
1 files changed, 13 insertions, 0 deletions
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 {