Skip to content

Commit

Permalink
Merge pull request davidshimjs#20 from lukem512/patch-1
Browse files Browse the repository at this point in the history
Added alt tag
  • Loading branch information
davidshimjs committed Apr 28, 2014
2 parents 07f829d + 6253c2a commit 1c78ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qrcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ var QRCode;
this._oContext = this._elCanvas.getContext("2d");
this._bIsPainted = false;
this._elImage = document.createElement("img");
this._elImage.alt = "Scan me!";
this._elImage.style.display = "none";
this._el.appendChild(this._elImage);
this._bSupportDataURI = null;
Expand Down

0 comments on commit 1c78ccd

Please sign in to comment.