aboutsummaryrefslogtreecommitdiff
path: root/node_modules.patch
diff options
context:
space:
mode:
authorbozokopic <bozo.kopic@gmail.com>2017-04-24 17:03:08 +0200
committerbozokopic <bozo.kopic@gmail.com>2017-04-24 17:03:08 +0200
commit8daf24776f21e4cb36c7e545d74438fe6d9f0a15 (patch)
tree66c8ebe07c005252040cef53ab1ea30d5f54ba94 /node_modules.patch
parentaa015cad8b69a55fbd5f171f786de11273b1a64f (diff)
webpack init
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 {