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

Unified Diff: ui/file_manager/file_manager/audio_player/elements/audio_player.js

Issue 274473004: Nitpicking fixes for Files.app code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: ui/file_manager/file_manager/audio_player/elements/audio_player.js
diff --git a/ui/file_manager/file_manager/audio_player/elements/audio_player.js b/ui/file_manager/file_manager/audio_player/elements/audio_player.js
index 21f800155be7753a9ebce349b3891ee40baf86f0..eb9600c4016cc184b3fcd6b26ee54edfd8a6194c 100644
--- a/ui/file_manager/file_manager/audio_player/elements/audio_player.js
+++ b/ui/file_manager/file_manager/audio_player/elements/audio_player.js
@@ -200,7 +200,7 @@ Polymer('audio-player', {
* list element.
*/
onReplayCurrentTrack: function() {
- // Changes the current time back to the beggining, regardless of the current
+ // Changes the current time back to the beginning, regardless of the current
// status (playing or paused).
this.audioElement.currentTime = 0;
this.audioController.time = 0;
@@ -318,7 +318,7 @@ Polymer('audio-player', {
},
/**
- * Invoked the 'keydown' event is fired.
+ * Invoked when the 'keydown' event is fired.
* @param {Event} event The event object.
*/
onKeyDown_: function(event) {

Powered by Google App Engine
This is Rietveld 408576698