Commit dbcbacdd authored by sergeyu's avatar sergeyu Committed by Commit bot

Fix typo in host_installer.js

BUG=418859

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

Cr-Commit-Position: refs/heads/master@{#297470}
parent 12c01712
...@@ -128,7 +128,7 @@ remoting.HostInstaller.prototype.downloadAndWaitForInstall = function() { ...@@ -128,7 +128,7 @@ remoting.HostInstaller.prototype.downloadAndWaitForInstall = function() {
return Promise.resolve(true); return Promise.resolve(true);
} }
if (that.downloadAndWaitForInstallPromise_ !== null) { if (that.downloadAndWaitForInstallPromise_ === null) {
that.downloadAndWaitForInstallPromise_ = new Promise( that.downloadAndWaitForInstallPromise_ = new Promise(
/** @param {Function} resolve */ /** @param {Function} resolve */
function(resolve){ function(resolve){
......
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