rpgtkoolmv / corescript

http://www.rpgmakerweb.com/products/programs/rpg-maker-mv
MIT License
311 stars 75 forks source link

fix typo in fullscreen api #122

Closed bungcip closed 6 years ago

bungcip commented 7 years ago

the right spelling is using screen not Screen according to MDN:

https://developer.mozilla.org/en-US/docs/Web/API/Document/fullscreenElement https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullScreen https://developer.mozilla.org/en-US/docs/Web/API/Document/exitFullscreen

bungcip commented 7 years ago

new code in _switchFullScreen() has been commited