more working logic and also pretty nice screen reader experience

This commit is contained in:
John McLear 2015-03-26 13:58:57 +00:00
parent 959aa92656
commit 7b726cbc02
4 changed files with 6 additions and 3 deletions

View file

@ -105,6 +105,8 @@ _.extend(Button.prototype, {
}
});
SelectButton = function (attributes) {
this.attributes = attributes;
this.options = [];