Skip to content

Commit d0ef937

Browse files
Breno AraujoBreno Araujo
authored andcommitted
ajustando encodings
1 parent 1a4df6e commit d0ef937

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

FreeWay/background.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ chrome.app.runtime.onLaunched.addListener(function() {
33
bounds: {
44
top: 0,
55
left: 0,
6-
width: 800,
7-
height: 720
6+
width: 720,
7+
height: 600
88
}
99
});
1010
})

FreeWay/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<script src="blink.js">
4747
</script>
4848
<footer>
49-
Código retirado de
49+
C&oacute;digo retirado de
5050
http://www.itexto.net/canvas/freeway.html
5151
</footer>
5252

0 commit comments

Comments
 (0)