| Index: remoting/webapp/background/background.js
|
| diff --git a/remoting/webapp/background/background.js b/remoting/webapp/background/background.js
|
| index 8c32589ad83a6e0c432aadeaf69210bc344f9607..03ec6ef49319f8c473001029cbadc0ea27608e03 100644
|
| --- a/remoting/webapp/background/background.js
|
| +++ b/remoting/webapp/background/background.js
|
| @@ -61,7 +61,7 @@ function initializeBackgroundService(appLauncher) {
|
|
|
| function main() {
|
| if (base.isAppsV2()) {
|
| - appLauncher = new remoting.V2AppLauncher();
|
| + var appLauncher = new remoting.V2AppLauncher();
|
| initializeAppV2(appLauncher);
|
| }
|
| }
|
|
|