Chromium Code Reviews| Index: remoting/webapp/remoting.js |
| diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js |
| index fc70aa4483c101bb97f2e5a96060b3920d885afd..c257db6a4f24cdfb6444d01f4713f55fd7984ef3 100644 |
| --- a/remoting/webapp/remoting.js |
| +++ b/remoting/webapp/remoting.js |
| @@ -41,6 +41,7 @@ function consentRequired_(authContinue) { |
| * Entry point for app initialization. |
| */ |
| remoting.init = function() { |
| + |
|
Sergey Ulanov
2014/09/16 02:02:51
remove this empty line?
Jamie
2014/09/16 16:23:21
Done.
|
| if (base.isAppsV2()) { |
| var htmlNode = /** @type {HTMLElement} */ (document.body.parentNode); |
| htmlNode.classList.add('apps-v2'); |