Commit baf01a8f authored by Sasha Morrissey's avatar Sasha Morrissey Committed by Commit Bot

Fix typo in files app files_metadata_box

Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: Ie30ec32ff379dca98f964e2a0de0e786eec8026f
Reviewed-on: https://chromium-review.googlesource.com/994498Reviewed-by: default avatarNaoki Fukino <fukino@chromium.org>
Commit-Queue: Sasha Morrissey <sashab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548256}
parent 4602305f
...@@ -9,7 +9,7 @@ var FilesMetadataBox = Polymer({ ...@@ -9,7 +9,7 @@ var FilesMetadataBox = Polymer({
// File media type, e.g. image, video. // File media type, e.g. image, video.
type: String, type: String,
size: String, size: String,
modiifcationTime: String, modificationTime: String,
filePath: String, filePath: String,
mediaMimeType: String, mediaMimeType: String,
...@@ -75,7 +75,7 @@ var FilesMetadataBox = Polymer({ ...@@ -75,7 +75,7 @@ var FilesMetadataBox = Polymer({
*/ */
clear: function(keepSizeFields) { clear: function(keepSizeFields) {
this.type = ''; this.type = '';
this.modiifcationTime = ''; this.modificationTime = '';
this.mediaMimeType = ''; this.mediaMimeType = '';
this.filePath = ''; this.filePath = '';
......
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