mirror of
https://github.com/budtmo/docker-android.git
synced 2025-12-08 18:25:50 +00:00
[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…
x
Reference in New Issue
Block a user