| Index: remoting/webapp/crd/js/remoting.js
|
| diff --git a/remoting/webapp/crd/js/remoting.js b/remoting/webapp/crd/js/remoting.js
|
| index 34a15c76ded696da4a5172a6d6b5c3d4459e94d3..5337a66e9a5510aafe67c4f399c7b6af3acc2091 100644
|
| --- a/remoting/webapp/crd/js/remoting.js
|
| +++ b/remoting/webapp/crd/js/remoting.js
|
| @@ -26,8 +26,6 @@ remoting.initGlobalObjects = function() {
|
| console.log(remoting.getExtensionInfo());
|
| l10n.localize();
|
|
|
| - remoting.stats = new remoting.ConnectionStats(
|
| - document.getElementById('statistics'));
|
| remoting.formatIq = new remoting.FormatIq();
|
|
|
| var sandbox =
|
| @@ -42,7 +40,7 @@ remoting.initGlobalObjects = function() {
|
| uiModeChanged: 'uiModeChanged'
|
| };
|
| remoting.testEvents.defineEvents(base.values(remoting.testEvents.Names));
|
| -}
|
| +};
|
|
|
| /**
|
| * @return {string} Information about the current extension.
|
|
|