mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
DEV: s/Em/Ember (#6874)
This commit is contained in:
@ -41,7 +41,7 @@ export default Discourse.Route.extend({
|
||||
} else {
|
||||
this.controllerFor("adminBackupsLogs")
|
||||
.get("logs")
|
||||
.pushObject(Em.Object.create(log));
|
||||
.pushObject(Ember.Object.create(log));
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user