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

Unified Diff: chrome/browser/resources/file_manager/js/photo/slide_mode.js

Issue 12212187: [Cleanup] Files.app: Misc style fixes in Javascript code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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: chrome/browser/resources/file_manager/js/photo/slide_mode.js
diff --git a/chrome/browser/resources/file_manager/js/photo/slide_mode.js b/chrome/browser/resources/file_manager/js/photo/slide_mode.js
index e3e0ad77a8a63a155a166e1cdb65f2b21c2fab3a..38c6239db26f7e520b9ec5c264e55a5ea9988e7a 100644
--- a/chrome/browser/resources/file_manager/js/photo/slide_mode.js
+++ b/chrome/browser/resources/file_manager/js/photo/slide_mode.js
@@ -1055,7 +1055,7 @@ SlideMode.prototype.startSlideshow = function(opt_interval, opt_event) {
* Stop the slideshow.
* @param {Event} opt_event Event.
* @private
- */
+ */
SlideMode.prototype.stopSlideshow_ = function(opt_event) {
if (!this.isSlideshowOn_())
return;

Powered by Google App Engine
This is Rietveld 408576698