mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 19:53:41 +08:00
DEV: s/Em/Ember (#6874)
This commit is contained in:
@ -44,7 +44,7 @@ function initializePolls(api) {
|
||||
if (existing) {
|
||||
this._polls[p.name].setProperties(p);
|
||||
} else {
|
||||
this._polls[p.name] = Em.Object.create(p);
|
||||
this._polls[p.name] = Ember.Object.create(p);
|
||||
}
|
||||
});
|
||||
this.set("pollsObject", this._polls);
|
||||
|
Reference in New Issue
Block a user