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

Unified Diff: chrome/browser/resources/file_manager/js/directory_model.js

Issue 12225135: [Cleanup] Files.app: add missing periods on comments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment fix 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/directory_model.js
diff --git a/chrome/browser/resources/file_manager/js/directory_model.js b/chrome/browser/resources/file_manager/js/directory_model.js
index 5c9171013d5bcb03507079889bf67a04125d4109..d756b42ca3c17bc741ede3daa4508103acc7f1f3 100644
--- a/chrome/browser/resources/file_manager/js/directory_model.js
+++ b/chrome/browser/resources/file_manager/js/directory_model.js
@@ -851,7 +851,7 @@ DirectoryModel.prototype.createDirectoryChangeTracker = function() {
* Change the state of the model to reflect the specified path (either a
* file or directory).
*
- * @param {string} path The root path to use
+ * @param {string} path The root path to use.
* @param {function=} opt_pathResolveCallback Invoked as soon as the path has
* been resolved, and called with the base and leaf portions of the path
* name, and a flag indicating if the entry exists. Will be called even
@@ -1168,7 +1168,7 @@ DirectoryModel.prototype.updateRootEntry_ = function(entry) {
};
/**
- * @param {string} path Path
+ * @param {string} path Path.
* @return {boolean} If current directory is system.
*/
DirectoryModel.isSystemDirectory = function(path) {
@@ -1205,7 +1205,7 @@ DirectoryModel.isMountableRoot = function(path) {
*
* @param {string} query Query that will be searched for.
* @param {function} onSearchRescan Function that will be called when the search
- * directory is rescanned (i.e. search results are displayed)
+ * directory is rescanned (i.e. search results are displayed).
* @param {function} onClearSearch Function to be called when search state gets
* cleared.
* TODO(olege): Change callbacks to events.

Powered by Google App Engine
This is Rietveld 408576698