[Fixed issue in codacy] Added semi-colon
This commit is contained in:
parent
a5714c805d
commit
ecfaf236b9
|
@ -36,7 +36,7 @@ for (var pos = 0; pos < devices.length; pos++) {
|
|||
td.appendChild(link);
|
||||
} else if (index === 2) {
|
||||
var object = document.createElement("object");
|
||||
object.type = "text/html"
|
||||
object.type = "text/html";
|
||||
object.data = content;
|
||||
object.width = "950px";
|
||||
object.height = "950px";
|
||||
|
|
Loading…
Reference in a new issue