Chromium Code Reviews| Index: remoting/webapp/crd/js/client_screen.js |
| diff --git a/remoting/webapp/crd/js/client_screen.js b/remoting/webapp/crd/js/client_screen.js |
| index 1700c705177609e867d6c0f9ca5d673dd66512c8..bfcc68b76d993c239859ea262cd621fa619162e9 100644 |
| --- a/remoting/webapp/crd/js/client_screen.js |
| +++ b/remoting/webapp/crd/js/client_screen.js |
| @@ -95,7 +95,8 @@ function onClientStateChange_(state) { |
| console.error('Unexpected client plugin state: ' + state.current); |
| // This should only happen if the web-app and client plugin get out of |
| // sync, so MISSING_PLUGIN is a suitable error. |
| - remoting.app.onError(remoting.Error.MISSING_PLUGIN); |
| + remoting.app.onError( |
| + remoting.Error.MISSING_PLUGIN); |
|
Jamie
2015/03/02 18:28:09
No need for a new line here.
John Williams
2015/03/02 22:01:36
Done.
|
| break; |
| } |