aboutsummaryrefslogtreecommitdiff
path: root/src/library_sdl.js
diff options
context:
space:
mode:
authorDavid LaPalomento <dlapalomento@gmail.com>2010-12-09 22:43:31 -0800
committerDavid LaPalomento <dlapalomento@gmail.com>2010-12-09 22:43:31 -0800
commit74338a84911ecab007cb929cc417f59bfbac600a (patch)
tree7808b9582c73d015bea0eb60e474b84277e827f5 /src/library_sdl.js
parent660398be701fa73c13d2828379404018d4292e0e (diff)
code cleanup of |,;|s
Diffstat (limited to 'src/library_sdl.js')
-rw-r--r--src/library_sdl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library_sdl.js b/src/library_sdl.js
index c77a684c..533e69aa 100644
--- a/src/library_sdl.js
+++ b/src/library_sdl.js
@@ -2,7 +2,7 @@ mergeInto(Library, {
SDL_Init: function(what) {
SDL_INFO = {
width: 320,
- height: 240,
+ height: 240
};
SDL_SURFACES = {};
return 1;
@@ -96,6 +96,6 @@ mergeInto(Library, {
SDL_ShowCursor: function(toggle) {
// TODO
- },
+ }
});