Skip to content

Commit e4b25b8

Browse files
committed
lint
1 parent db56472 commit e4b25b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

debug/padding.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<style>
99
body { margin: 0; padding: 0; }
1010
html, body, #map { height: 100%; }
11-
#getBounds { position: absolute; top: 0; left; 0;}
12-
#setBounds { position: absolute; top: 0; left: 78px;}
11+
#getBounds { position: absolute; top: 0; left; 0; }
12+
#setBounds { position: absolute; top: 0; left: 78px; }
1313
</style>
1414
</head>
1515

@@ -54,7 +54,7 @@
5454
'line-width': 10
5555
}
5656
});
57-
})
57+
});
5858

5959
var bounds;
6060
document.getElementById('getBounds').addEventListener('click', function () {

0 commit comments

Comments
 (0)