|
@@ -52,7 +52,7 @@ Menubar.View = function ( editor ) {
|
|
option.setTextContent( 'Fullscreen' );
|
|
option.setTextContent( 'Fullscreen' );
|
|
option.onClick( function () {
|
|
option.onClick( function () {
|
|
|
|
|
|
- launchIntoFullscreen(document.body);
|
|
|
|
|
|
+ launchIntoFullscreen(document.body);
|
|
|
|
|
|
} );
|
|
} );
|
|
options.add( option );
|
|
options.add( option );
|