aboutsummaryrefslogtreecommitdiff
path: root/node_modules.patch
diff options
context:
space:
mode:
authorbozokopic <bozo.kopic@gmail.com>2018-04-09 09:25:32 +0200
committerbozokopic <bozo.kopic@gmail.com>2018-04-09 09:25:32 +0200
commit234d2def50f630e54d4d184dcb3f3df63437f49e (patch)
tree23260ac1b12b89f5efb8819f0eb57628f5d21010 /node_modules.patch
parent1a7bbad8a6295db02d3e66a8d601b5e9da1e9057 (diff)
build refactoring
Diffstat (limited to 'node_modules.patch')
-rw-r--r--node_modules.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/node_modules.patch b/node_modules.patch
deleted file mode 100644
index 6ed69bd..0000000
--- a/node_modules.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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 {