aboutsummaryrefslogtreecommitdiffstats
path: root/.config/polyfillListIE.js
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2023-06-13 01:43:37 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2023-06-13 01:43:37 +0200
commit03322672782a6318b019eff33fe44ec800d6f12c (patch)
tree9d807e1585cf28a1ea98e87b855932dba00f1880 /.config/polyfillListIE.js
parent8e18b4698edd00f83af0be05bb3374f92fecaeb9 (diff)
downloadsvg.js-03322672782a6318b019eff33fe44ec800d6f12c.tar.gz
svg.js-03322672782a6318b019eff33fe44ec800d6f12c.zip
dependency updates, easier formatting
Diffstat (limited to '.config/polyfillListIE.js')
-rw-r--r--.config/polyfillListIE.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/polyfillListIE.js b/.config/polyfillListIE.js
index dbffbc5..7c7fc33 100644
--- a/.config/polyfillListIE.js
+++ b/.config/polyfillListIE.js
@@ -14,7 +14,9 @@ CustomEventPolyfill()
try {
if (!SVGElement.prototype.children) {
Object.defineProperty(SVGElement.prototype, 'children', {
- get: function () { return children(this) }
+ get: function () {
+ return children(this)
+ }
})
}
} catch (e) {}