remove more dead requires.

This commit is contained in:
webzwo0i 2014-12-16 19:10:01 +01:00
parent a2d22a5764
commit b204aa2085
18 changed files with 1 additions and 34 deletions

View file

@ -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({