This now conforms to standards complience
master
Luke 2014-03-09 17:21:03 +00:00
rodzic 07f829d4e0
commit 6253c2a92c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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