Files.app: Fix typo in onUnload_ handler.
commit26acebd1856c8de0a2a89da2e73fe7ccec160f30
authorhirono <hirono@chromium.org>
Tue, 30 Sep 2014 03:32:22 +0000 (29 20:32 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 30 Sep 2014 03:32:44 +0000 (30 03:32 +0000)
tree4c061f905ad6e05c62020dc661cbefa7d924472f
parent6b6ed6be7fb3516edec7b044d58aa3b718ca5bec
Files.app: Fix typo in onUnload_ handler.

The type causes an exception and it prevent the app from running
progressCenter.removePanel.

So the disposed ProgressCenterPanel remains in the ProgressCenter and it causes
another bug.

BUG=418517
TEST=repo steps of the bug.

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

Cr-Commit-Position: refs/heads/master@{#297353}
ui/file_manager/file_manager/foreground/js/file_manager.js