HTMLElement::requestFullscreen = do ->
if HTMLElement::requestFullscreen then this.requestFullscreen
else if HTMLElement::mozRequestFullScreen then this.mozRequestFullScreen
else if HTMLElement::webkitRequestFullscreen then ->
this.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT)
else if HTMLElement::webkitRequestFullScreen then ->
this.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT)