// ------------------------------------------------------------ // ãã«ã¹ã¯ãªã¼ã³è¡¨ç¤ºãå¯è½ã調ã¹ãé¢æ° // ------------------------------------------------------------ function DocumentIsEnabledFullscreen(document_obj){ return ( document_obj.fullscreenEnabled || document_obj.webkitFullscreenEnabled || document_obj.mozFullScreenEnabled || document_obj.msFullscreenEnabled || false ); } // ----------------------------
{{#tags}}- {{label}}
{{/tags}}