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

Unified Diff: chrome/browser/resources/file_manager/js/media/util.js

Issue 12262003: [Cleanup] Files.app: Adds missing periods at the end of the descriptions. (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/media/util.js
diff --git a/chrome/browser/resources/file_manager/js/media/util.js b/chrome/browser/resources/file_manager/js/media/util.js
index 2770c37e699a8923a648f500345502c00c7b3412..e0178b72be3c8472d7b103cd9676a21395655d43 100644
--- a/chrome/browser/resources/file_manager/js/media/util.js
+++ b/chrome/browser/resources/file_manager/js/media/util.js
@@ -67,7 +67,7 @@ MouseInactivityWatcher.prototype.showTools = function(on) {
};
/**
- * @param {Element} element DOM element
+ * @param {Element} element DOM element.
* @return {boolean} True if the element is a tool. Tools should never be hidden
* while the mouse is over one of them.
*/

Powered by Google App Engine
This is Rietveld 408576698