Chromium Code Reviews| Index: remoting/webapp/me2mom/client_session.js |
| diff --git a/remoting/webapp/me2mom/client_session.js b/remoting/webapp/me2mom/client_session.js |
| index 49ca19ad2917c400a373519beff47ce23e9dcd33..505e41f087d1616cf1904add0f1f0e8fd9a0d049 100644 |
| --- a/remoting/webapp/me2mom/client_session.js |
| +++ b/remoting/webapp/me2mom/client_session.js |
| @@ -61,7 +61,7 @@ remoting.ClientSession.ConnectionError = { |
| SESSION_REJECTED: 2, |
| INCOMPATIBLE_PROTOCOL: 3, |
| NETWORK_FAILURE: 4, |
| - OTHER: 5, |
| + OTHER: 5 |
| }; |
| /** |