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:
parent
bee51b8c50
commit
972e682e75
@ -5,6 +5,7 @@
|
|||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
- Could not register on Ejabberd 18. `"Missing attribute 'id' in tag qualified by namespace 'jabber:client'"`
|
- 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)
|
## 3.3.1 (2018-01-18)
|
||||||
|
|
||||||
|
1328
package-lock.json
generated
1328
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -37,7 +37,7 @@
|
|||||||
"backbone": "1.3.3",
|
"backbone": "1.3.3",
|
||||||
"backbone.browserStorage": "0.0.3",
|
"backbone.browserStorage": "0.0.3",
|
||||||
"backbone.nativeview": "^0.3.3",
|
"backbone.nativeview": "^0.3.3",
|
||||||
"backbone.overview": "1.0.0",
|
"backbone.overview": "1.0.1",
|
||||||
"backbone.vdomview": "1.0.0",
|
"backbone.vdomview": "1.0.0",
|
||||||
"bootstrap": "^3.3.7",
|
"bootstrap": "^3.3.7",
|
||||||
"bourbon": "^4.3.2",
|
"bourbon": "^4.3.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user