mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
remove more dead requires.
This commit is contained in:
parent
a2d22a5764
commit
b204aa2085
18 changed files with 1 additions and 34 deletions
|
@ -4,7 +4,6 @@
|
|||
var _ = require("underscore")
|
||||
, tagAttributes
|
||||
, tag
|
||||
, defaultButtons
|
||||
, Button
|
||||
, ButtonsGroup
|
||||
, Separator
|
||||
|
@ -122,8 +121,7 @@ _.extend(SelectButton.prototype, Button.prototype, {
|
|||
},
|
||||
|
||||
select: function (attributes) {
|
||||
var self = this
|
||||
, options = [];
|
||||
var options = [];
|
||||
|
||||
_.each(this.options, function (opt) {
|
||||
var a = _.extend({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue