DEV: Upgrade to Ember 3.7.0 (#6977)

* Upgrade to Ember 3.7.0

* use ember source 3.7.0.2

* fix mobile header

* fix navigation
This commit is contained in:
Maja Komel
2019-03-13 12:16:06 +01:00
committed by GitHub
parent d4d67386c9
commit 3eebf8be73
33 changed files with 214 additions and 152 deletions

View File

@ -100,7 +100,7 @@ export default Ember.Component.extend({
if (this.appEvents) {
// xxx: don't run during qunit tests
this.appEvents.on("ace:resize", () => this.resize());
this.appEvents.on("ace:resize", this, "resize");
}
if (this.get("autofocus")) {