mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-28 06:32:17 +00:00
[Fixed issue in codacy] Added semi-colon
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user