Commit 77f09532 authored by jamiewalch's avatar jamiewalch Committed by Commit bot

Fix JSCompile.

Review URL: https://codereview.chromium.org/571463003

Cr-Commit-Position: refs/heads/master@{#295211}
parent 98dd6bf5
...@@ -61,7 +61,7 @@ function initializeBackgroundService(appLauncher) { ...@@ -61,7 +61,7 @@ function initializeBackgroundService(appLauncher) {
function main() { function main() {
if (base.isAppsV2()) { if (base.isAppsV2()) {
appLauncher = new remoting.V2AppLauncher(); var appLauncher = new remoting.V2AppLauncher();
initializeAppV2(appLauncher); initializeAppV2(appLauncher);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment