Revert "DEV: Upgrade to Ember 3.7.0 (#6977)" (#7165)

This reverts commit 3eebf8be733065996ff172adbcad85c254048274.
This commit is contained in:
Roman Rizzi
2019-03-13 15:49:47 -03:00
committed by GitHub
parent 4178578e09
commit 77931b70c3
33 changed files with 152 additions and 214 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")) {