ES6 styles to onVolumeInfoListUpdated_ and setupCurrentDirectory_
Appliy ES6 features to the DirectoryModel.onVolumeInfoListUpdated_ and FileManager.setupCurrentDirectory_. ES6 styles: - Change var to const or let. - Change anonymous functions+bind(this) to arrow functions. Remove a TODO that linked to a closed bug. Move comment to be before queue.run() to match the style of the previous lines. Apply the formatting from git cl format, which is slightly uglier, but at least automatic. :-) Test: No change in behaviour. Change-Id: I5564263d44f8639d97fc86d7add5a59e8938be6d Reviewed-on: https://chromium-review.googlesource.com/c/1286239Reviewed-by:Joel Hockey <joelhockey@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#600312}
Showing
Please register or sign in to comment