DEV: s/Em/Ember (#6874)

This commit is contained in:
Joffrey JAFFEUX
2019-01-11 17:54:23 +01:00
committed by GitHub
parent dbe42068a2
commit 1a3655b787
125 changed files with 315 additions and 306 deletions

View File

@ -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);