| Index: remoting/webapp/crd/js/fullscreen.js
|
| diff --git a/remoting/webapp/crd/js/fullscreen.js b/remoting/webapp/crd/js/fullscreen.js
|
| index 0107a6b49a76e37f23c92309454a7da0aeea6a0b..415734b7b21d01fdf84f2392921923c8b8b92647 100644
|
| --- a/remoting/webapp/crd/js/fullscreen.js
|
| +++ b/remoting/webapp/crd/js/fullscreen.js
|
| @@ -30,20 +30,21 @@ remoting.Fullscreen.prototype.isActive = function() { };
|
|
|
| /**
|
| * Toggle full-screen mode.
|
| + * @return {void}
|
| */
|
| remoting.Fullscreen.prototype.toggle = function() { };
|
|
|
| /**
|
| * Add a listener for the full-screen-changed event.
|
| *
|
| - * @param {function(boolean):void} callback
|
| + * @param {function(boolean=):void} callback
|
| */
|
| remoting.Fullscreen.prototype.addListener = function(callback) { };
|
|
|
| /**
|
| * Remove a listener for the full-screen-changed event.
|
| *
|
| - * @param {function(boolean):void} callback
|
| + * @param {function(boolean=):void} callback
|
| */
|
| remoting.Fullscreen.prototype.removeListener = function(callback) { };
|
|
|
|
|