Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Side by Side Diff: ui/file_manager/externs/files_elements.js

Issue 1428983002: Fix closure compiler error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /** 5 /**
6 * @constructor 6 * @constructor
7 * @struct 7 * @struct
8 * @extends {PolymerElement} 8 * @extends {PolymerElement}
9 */ 9 */
10 function FilesToggleRipple() {} 10 function FilesToggleRipple() {}
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 75
76 /** @type {number} */ 76 /** @type {number} */
77 AudioPlayerElement.prototype.playcount; 77 AudioPlayerElement.prototype.playcount;
78 78
79 /** @type {Array<!Object>} */ 79 /** @type {Array<!Object>} */
80 AudioPlayerElement.prototype.tracks; 80 AudioPlayerElement.prototype.tracks;
81 81
82 /** @type {Object} */ 82 /** @type {Object} */
83 AudioPlayerElement.prototype.model; 83 AudioPlayerElement.prototype.model;
84 84
85 /** @type {boolean} */
86 AudioPlayerElement.prototype.volumeSliderShown;
87
85 AudioPlayerElement.prototype.onPageUnload = function() {}; 88 AudioPlayerElement.prototype.onPageUnload = function() {};
86 89
87 AudioPlayerElement.prototype.onAudioError = function() {}; 90 AudioPlayerElement.prototype.onAudioError = function() {};
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698