mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-12-06 18:01:28 +01:00
toolbar: missing var declaration
Without this, Etherpad would fail to start in strict mode: "ReferenceError: SelectButton is not defined"
This commit is contained in:
parent
27b3b0ecd2
commit
fb1f8dd239
@ -116,7 +116,7 @@ _.extend(Button.prototype, {
|
||||
|
||||
|
||||
|
||||
SelectButton = function (attributes) {
|
||||
var SelectButton = function (attributes) {
|
||||
this.attributes = attributes;
|
||||
this.options = [];
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user