mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 14:17:57 +08:00
DEV: s/Em/Ember (#6874)
This commit is contained in:
@ -4,7 +4,7 @@ import ModalFunctionality from "discourse/mixins/modal-functionality";
|
||||
export default Ember.Controller.extend(ModalFunctionality, {
|
||||
modelChanged: function() {
|
||||
const model = this.get("model");
|
||||
const copy = Em.A();
|
||||
const copy = Ember.A();
|
||||
const store = this.store;
|
||||
|
||||
if (model) {
|
||||
|
Reference in New Issue
Block a user