diff options
author | David LaPalomento <dlapalomento@gmail.com> | 2010-12-09 22:43:31 -0800 |
---|---|---|
committer | David LaPalomento <dlapalomento@gmail.com> | 2010-12-09 22:43:31 -0800 |
commit | 74338a84911ecab007cb929cc417f59bfbac600a (patch) | |
tree | 7808b9582c73d015bea0eb60e474b84277e827f5 /src/library_sdl.js | |
parent | 660398be701fa73c13d2828379404018d4292e0e (diff) |
code cleanup of |,;|s
Diffstat (limited to 'src/library_sdl.js')
-rw-r--r-- | src/library_sdl.js | 4 |
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 - }, + } }); |