read for button activity

This commit is contained in:
John McLear 2015-03-26 12:42:07 +00:00
parent 4362a42f7f
commit ec1956b4b6
1 changed files with 1 additions and 1 deletions

View File

@ -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 })
)
);
}