diff options
author | John McLear <john@mclear.co.uk> | 2015-03-26 13:58:57 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-03-26 13:58:57 +0000 |
commit | 7b726cbc02e21bec9a267f0ba6fd8ab31a2dbded (patch) | |
tree | b370dacf5c0627ffd98518084ca14e06e6c442ac /src/node/utils/toolbar.js | |
parent | 959aa92656365a69d1502c13fa9a0c490c18cd06 (diff) | |
download | etherpad-lite-7b726cbc02e21bec9a267f0ba6fd8ab31a2dbded.zip |
more working logic and also pretty nice screen reader experience
Diffstat (limited to 'src/node/utils/toolbar.js')
-rw-r--r-- | src/node/utils/toolbar.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node/utils/toolbar.js b/src/node/utils/toolbar.js index 85af619c..8905eee1 100644 --- a/src/node/utils/toolbar.js +++ b/src/node/utils/toolbar.js @@ -105,6 +105,8 @@ _.extend(Button.prototype, { } }); + + SelectButton = function (attributes) { this.attributes = attributes; this.options = []; |