Fixes bug whereby `replaceWith` for HTMLElements not supported in IE or Safari Refs #995
@@ -5,6 +5,7 @@
### Bugfixes
- Could not register on Ejabberd 18. `"Missing attribute 'id' in tag qualified by namespace 'jabber:client'"`
+- #995 `ChildNode.replaceWith` is not available in Internet Explorer or Safari. Use `Node.replaceChild` instead.
## 3.3.1 (2018-01-18)
@@ -37,7 +37,7 @@
"backbone": "1.3.3",
"backbone.browserStorage": "0.0.3",
"backbone.nativeview": "^0.3.3",
- "backbone.overview": "1.0.0",
+ "backbone.overview": "1.0.1",
"backbone.vdomview": "1.0.0",
"bootstrap": "^3.3.7",
"bourbon": "^4.3.2",