Commit f54450a0 authored by Daichi Hirono's avatar Daichi Hirono

Files.app: Fix closure compiler error in import_controller.js

BUG=None
TEST=None
TBR=smckay@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#317002}
parent 66592ebd
...@@ -440,7 +440,7 @@ importer.ClickSource = { ...@@ -440,7 +440,7 @@ importer.ClickSource = {
*/ */
importer.RuntimeCommandWidget = function() { importer.RuntimeCommandWidget = function() {
/** @private {Element} */ /** @private {HTMLElement} */
this.detailsPanel_ = document.getElementById('cloud-import-details'); this.detailsPanel_ = document.getElementById('cloud-import-details');
this.detailsPanel_.addEventListener( this.detailsPanel_.addEventListener(
'transitionend', 'transitionend',
......
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