()
| 104652 | } |
| 104653 | |
| 104654 | push() { |
| 104655 | var objs = _.map(arguments, val => new Choice(val)); |
| 104656 | this.choices.push.apply(this.choices, objs); |
| 104657 | this.realChoices = this.choices.filter(Separator.exclude); |
| 104658 | return this.choices; |
| 104659 | } |
| 104660 | }; |
| 104661 | |
| 104662 |
no test coverage detected