Update backbone.overview to 1.0.1

Fixes bug whereby `replaceWith` for HTMLElements not supported in IE or Safari

Refs #995
This commit is contained in:
JC Brand 2018-01-22 11:59:14 +01:00
parent bee51b8c50
commit 972e682e75
3 changed files with 870 additions and 461 deletions

View File

@ -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)

1328
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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",