提交 9afa3622 编写于 作者: W walden-

rename to viewFullscreen

上级 a9315bb4
var launchIntoFullscreen = function ( element ) {
var viewFullscreen = function ( element ) {
if (element.requestFullscreen) {
element.requestFullscreen();
......
......@@ -52,7 +52,7 @@ Menubar.View = function ( editor ) {
option.setTextContent( 'Fullscreen' );
option.onClick( function () {
launchIntoFullscreen(document.body);
viewFullscreen(document.body);
} );
options.add( option );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册