Emscripten: Fixed wrong source comment and updated web link.
--- a/src/video/emscripten/SDL_emscriptenevents.c Sat May 16 12:05:42 2015 -0300
+++ b/src/video/emscripten/SDL_emscriptenevents.c Sat May 16 21:15:27 2015 +0200
@@ -38,8 +38,9 @@
#define FULLSCREEN_MASK ( SDL_WINDOW_FULLSCREEN_DESKTOP | SDL_WINDOW_FULLSCREEN )
/*
-.which to scancode
-https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Constants
+.keyCode to scancode
+https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent
+https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode
*/
static const SDL_Scancode emscripten_scancode_table[] = {
/* 0 */ SDL_SCANCODE_UNKNOWN,