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

Unified Diff: ui/file_manager/video_player/js/video_player.js

Issue 450903002: Random clean up around Chrome OS file manager code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/file_manager/video_player/js/error_util.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/video_player/js/video_player.js
diff --git a/ui/file_manager/video_player/js/video_player.js b/ui/file_manager/video_player/js/video_player.js
index a7d2e37c7d25cfc8fe7643270692a131ea634a03..a79c13cdec244bbb49a76329f5f75be82d015c91 100644
--- a/ui/file_manager/video_player/js/video_player.js
+++ b/ui/file_manager/video_player/js/video_player.js
@@ -496,7 +496,7 @@ VideoPlayer.prototype.setCastList = function(casts) {
var menu = document.querySelector('#cast-menu');
menu.innerHTML = '';
- // TODO(yoshiki): Handle the case that the current cast disapears.
+ // TODO(yoshiki): Handle the case that the current cast disappears.
if (casts.length === 0) {
button.classList.add('hidden');
« no previous file with comments | « ui/file_manager/video_player/js/error_util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698