slightly different alt stuff

pull/2566/head
John McLear 2015-03-31 16:36:44 +01:00
parent 498e7f4961
commit 662216b6cf
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ _.extend(Button.prototype, {
}; };
return tag("li", liAttributes, return tag("li", liAttributes,
tag("a", { "class": this.grouping, "data-l10n-id": this.attributes.localizationId }, tag("a", { "class": this.grouping, "data-l10n-id": this.attributes.localizationId },
tag("button", { "class": " "+ this.attributes.class, "alt": this.attributes.command, "data-l10n-id": this.attributes.localizationId }) tag("button", { "class": " "+ this.attributes.class, "data-l10n-id": this.attributes.localizationId })
) )
); );
} }