read for button activity
parent
4362a42f7f
commit
ec1956b4b6
|
@ -99,7 +99,7 @@ _.extend(Button.prototype, {
|
|||
};
|
||||
return tag("li", liAttributes,
|
||||
tag("a", { "class": this.grouping, "data-l10n-id": this.attributes.localizationId },
|
||||
tag("button", { "class": " "+ this.attributes.class })
|
||||
tag("button", { "class": " "+ this.attributes.class, "title": this.attributes.command })
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue