Cleaned up PC8080 cross-browser full-screen support (matches PCx86 now)
This commit is contained in:
parent
c397937a87
commit
13b0c23b0a
19 changed files with 500 additions and 524 deletions
|
|
@ -689,7 +689,7 @@ class Web {
|
|||
if (sEvent in obj) return sName;
|
||||
} else {
|
||||
if (!sName) {
|
||||
sName = sProp[0].toLowerCase();
|
||||
sName = sProp[0];
|
||||
} else {
|
||||
sName += sProp[0].toUpperCase();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue