remove old newUserSelections property
This commit is contained in:
parent
71d9ceb746
commit
eff862266c
1 changed files with 0 additions and 1 deletions
|
@ -611,7 +611,6 @@ App.CreateOptionsView = Ember.View.extend({
|
||||||
App.PollView = Ember.View.extend(Ember.Validations.Mixin);
|
App.PollView = Ember.View.extend(Ember.Validations.Mixin);
|
||||||
App.PollView.reopen({
|
App.PollView.reopen({
|
||||||
newUserName: '',
|
newUserName: '',
|
||||||
newUserSelections: [],
|
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
addNewUser: function(){
|
addNewUser: function(){
|
||||||
|
|
Loading…
Reference in a new issue